Struct AiMaterial
Represents an aiMaterial struct.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiMaterial
Fields
| Edit this page View SourceNumAllocated
Storage allocated for key-value properties.
Declaration
public uint NumAllocated
Field Value
Type | Description |
---|---|
uint |
NumProperties
Number of key-value properties.
Declaration
public uint NumProperties
Field Value
Type | Description |
---|---|
uint |
Properties
aiMaterialProperty**, array of material properties.
Declaration
public nint Properties
Field Value
Type | Description |
---|---|
nint |