Struct AiMemoryInfo
Represents the memory requirements for the different components of an imported scene. All sizes in in bytes.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiMemoryInfo
Fields
| Edit this page View SourceAnimations
Size of the storage allocated for animation data, in bytes.
Declaration
public uint Animations
Field Value
Type | Description |
---|---|
uint |
Cameras
Size of the storage allocated for camera data, in bytes.
Declaration
public uint Cameras
Field Value
Type | Description |
---|---|
uint |
Lights
Size of the storage allocated for light data, in bytes.
Declaration
public uint Lights
Field Value
Type | Description |
---|---|
uint |
Materials
Size of the storage allocated for material data, in bytes.
Declaration
public uint Materials
Field Value
Type | Description |
---|---|
uint |
Meshes
Size of the storage allocated for mesh data, in bytes.
Declaration
public uint Meshes
Field Value
Type | Description |
---|---|
uint |
Nodes
Size of the storage allocated for node data, in bytes.
Declaration
public uint Nodes
Field Value
Type | Description |
---|---|
uint |
Textures
Size of the storage allocated for texture data, in bytes.
Declaration
public uint Textures
Field Value
Type | Description |
---|---|
uint |
Total
Total storage allocated for the imported scene, in bytes.
Declaration
public uint Total
Field Value
Type | Description |
---|---|
uint |