Struct AiMetadata
Represents an aiMetadata struct.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiMetadata
Fields
| Edit this page View SourceNumProperties
Length of the Keys and Values arrays.
Declaration
public uint NumProperties
Field Value
Type | Description |
---|---|
uint |
Values
aiMetadataEntry*, array of values. May not be NULL. Entries may be NULL if the corresponding property key has no assigned value.
Declaration
public nint Values
Field Value
Type | Description |
---|---|
nint |
keys
aiString*, array of keys. May not be NULL. Each entry must exist.
Declaration
public nint keys
Field Value
Type | Description |
---|---|
nint |