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