The XBoxTexture enumeration defines the names of the 6 different box sides.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public enum XBoxTexture |
Members
Member name | Description | |
---|---|---|
Right |
Right side.
| |
Left |
Left side.
| |
Top |
Tip side.
| |
Bottom |
Bottom side.
| |
Front |
Front side.
| |
Back |
Back side.
| |
Min |
Minimal value of the XBoxTexture enumeration - value Right.
| |
Max |
Maximal value of the XBoxTexture enumeration - value Back.
| |
Count |
The XBoxTexture enumeration side types count.
|