[This is preliminary documentation and is subject to change.]

The type of HUD to be drawn, represented by the HudElementType attribute.

Syntax

C#
public enum HudType
Visual Basic (Declaration)
Public Enumeration HudType

Members

Member nameDescription
Text
The text specified by the HudElementText attribute is drawn on the user's screen.
Image
The image specified by the HudElementText attribute is drawn on the user's screen.
Model
Not currently available to the SDK.

See Also