Struct ufbx.ufbx_blob
Opaque byte buffer blob
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_blob
Fields
data
Declaration
public byte* data
Field Value
Type | Description |
---|---|
byte* |
size
Declaration
public ulong size
Field Value
Type | Description |
---|---|
ulong |
Properties
Count
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
int |
this[int]
Declaration
public byte* this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
int | index |
Property Value
Type | Description |
---|---|
byte* |