#include <fbxcolladautils.h>
Definition at line 94 of file fbxcolladautils.h.
Public Member Functions |
|
| ColladaLayerTraits () | |
| ColladaLayerTraits (FbxLayerElement::EType pType, int pLength) | |
Static Public Member Functions |
|
| static const ColladaLayerTraits | GetLayerTraits (const FbxString &pLabel) |
| Construct traits according to COLLADA layer
string. |
|
Public Attributes |
|
| FbxLayerElement::EType | mLayerType |
| int | mLayerElementLength |
| ColladaLayerTraits | ( | ) | [inline] |
Definition at line 96 of file fbxcolladautils.h.
| ColladaLayerTraits | ( | FbxLayerElement::EType | pType, |
| int | pLength | ||
| ) | [inline] |
Definition at line 99 of file fbxcolladautils.h.
: mLayerType(pType), mLayerElementLength(pLength) {}
| static const ColladaLayerTraits GetLayerTraits | ( | const FbxString & | pLabel | ) | [static] |
Construct traits according to COLLADA layer string.
| pLabel | COLLADA layer string. |
Definition at line 103 of file fbxcolladautils.h.
Definition at line 105 of file fbxcolladautils.h.