|
FBX C++ API Reference
|
#include <fbxarray.h>
Public Attributes | |
| union { | |
| struct { | |
| int mSize | |
| int mCapacity | |
| } | |
| char Padding [Alignment] | |
| }; | |
| T | mArray [15] |
| 15 represent only the number of items to see debug More... | |
Definition at line 40 of file fbxarray.h.
| int mSize |
Definition at line 43 of file fbxarray.h.
| int mCapacity |
Definition at line 44 of file fbxarray.h.
| char Padding[Alignment] |
Definition at line 46 of file fbxarray.h.
| union { ... } |
| T mArray[15] |
15 represent only the number of items to see debug
Definition at line 48 of file fbxarray.h.