FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ColladaLayerTraits Struct Reference

#include <fbxcolladautils.h>

Class Description

Definition at line 79 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. More...
 

Public Attributes

FbxLayerElement::EType mLayerType
 
int mLayerElementLength
 

Constructor & Destructor Documentation

◆ ColladaLayerTraits() [1/2]

◆ ColladaLayerTraits() [2/2]

ColladaLayerTraits ( FbxLayerElement::EType  pType,
int  pLength 
)
inline

Definition at line 84 of file fbxcolladautils.h.

85  : mLayerType(pType), mLayerElementLength(pLength) {}
FbxLayerElement::EType mLayerType

Member Function Documentation

◆ GetLayerTraits()

static const ColladaLayerTraits GetLayerTraits ( const FbxString pLabel)
static

Construct traits according to COLLADA layer string.

Parameters
pLabelCOLLADA layer string.
Returns
Return created traits.

Member Data Documentation

◆ mLayerType

Definition at line 88 of file fbxcolladautils.h.

◆ mLayerElementLength

int mLayerElementLength

Definition at line 90 of file fbxcolladautils.h.


The documentation for this struct was generated from the following file: