NIF Objects | Compound Types | Enum Types | Basic Types | File Versions
| Name | Type | Description |
|---|---|---|
| From NiObject | ||
| From NiDataStream | ||
| Usage | DataStreamUsage | |
| Access | DataStreamAccess | |
| Num Bytes | uint | The size in bytes of this data stream. |
| Cloning Behavior | CloningBehavior | |
| Num Regions | uint | Number of regions (such as submeshes). |
| Regions | Region | The regions in the mesh. Regions can be used to mark off submeshes which are independent draw calls. |
| Num Components | uint | Number of components of the data (matches corresponding field in MeshData). |
| Component Formats | ComponentFormat | The format of each component in this data stream. |
| Data | byte | |
| Streamable | bool | |