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