NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

ConsistencyType

Used by NiGeometryData to control the volatility of the mesh.
Consistency Type is masked to only the upper 4 bits (0xF000). Dirty mask is the lower 12 (0x0FFF) but only used at runtime.

Choices

Number Name Description
0x0000 CT_MUTABLE Mutable Mesh
0x4000 CT_STATIC Static Mesh
0x8000 CT_VOLATILE Volatile Mesh

Storage Type

ushort

Found In