|
enum | Enum {
Center = 0
, PosX = XII_BIT(0)
, NegX = XII_BIT(1)
, PosY = XII_BIT(2)
,
NegY = XII_BIT(3)
, PosZ = XII_BIT(4)
, NegZ = XII_BIT(5)
, Default = Center
} |
|
using | StorageType = xiiUInt8 |
|
The documentation for this struct was generated from the following file: