[This is preliminary documentation and is subject to change.]
The origin point of a HUD when being placed on the screen.
This is the location in which the HUD will be position relative to.
Represented by the HudElementOrigin attribute.
Syntax
| C# |
|---|
public enum HudOrigin |
| Visual Basic (Declaration) |
|---|
Public Enumeration HudOrigin |
Members
| Member name | Description | |
|---|---|---|
| TopLeft |
The top left corner of the user's screen.
| |
| Top |
The middle of the top edge of the user's screen.
| |
| TopRight |
The top right corner of the user's screen.
| |
| Left |
The middle of the left edge of the user's screen.
| |
| Center |
The center of the user's screen.
| |
| Right |
The middle of the right edge of the user's screen.
| |
| BottomLeft |
The bottom left corner of the user's screen.
| |
| Bottom |
The middle of the bottom edge of the user's screen.
| |
| BottomRight |
The bottom right corner of the user's screen.
|