Struct AiExportDataBlob
Describes a blob of exported scene data. Blobs can be nested, the first blob always has an empty name. Nested blobs represent auxillary files produced by the exporter (e.g. material files) and are named accordingly.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiExportDataBlob
Fields
| Edit this page View SourceData
void*, the data.
Declaration
public nint Data
Field Value
Type | Description |
---|---|
nint |
Name
AiString, name of the blob.
Declaration
public AiString Name
Field Value
Type | Description |
---|---|
AiString |
NextBlob
aiExportDataBlob*, pointer to the next blob in the chain.
Declaration
public nint NextBlob
Field Value
Type | Description |
---|---|
nint |
Size
size_t, size of the data in bytes.
Declaration
public nuint Size
Field Value
Type | Description |
---|---|
nuint |