struct
Alignment
Fields
| X | The X axis alignment |
| Y | The Y axis alignment |
| Z | The Z axis alignment |
Static Fields
Properties
| Item[int] | Access each alignment by |
Constructors
| Alignment(HorizontalAlignment, VerticalAlignment) | Construct a 2D alignment. |
| Alignment(HorizontalAlignment, VerticalAlignment, DepthAlignment) | Construct a new alignment |
| Alignment(int, int) | Construct a 2D alignment. |
| Alignment(int, int, int) | Construct a 3D alignment |
| Alignment(float, float) | Construct a 2D alignment. |
| Alignment(float, float, float) | Construct a 3D alignment. |
Operators
| Explicit(Alignment to Vector2) | Converts an alignment to a Vector2. |
| Explicit(Alignment to Vector3) | Converts an Alignment to a Vector3. |
| Explicit(Vector2 to Alignment) | Converts a Vector2 to an Alignment. |
| Explicit(Vector3 to Alignment) | Converts a Vector3 to an Alignment. |
| UnaryNegation(Alignment) | Negation operator, inverts the alignment. |