#include <fbxcontainer.h>
Generic container for object grouping and encapsulation.
Definition at line 26 of file fbxcontainer.h.
Container dynamic attributes |
|
| FbxProperty | CreateProperty (FbxString pName, FbxDataType &pType, FbxString pLabel) |
| Create a new property. |
|
Public and fast access Properties |
|
| FbxPropertyT< FbxString > | TemplateName |
| This property contains the template name
information of the container. |
|
| FbxPropertyT< FbxString > | TemplatePath |
| This property contains the template path
information of the container. |
|
| FbxPropertyT< FbxString > | TemplateVersion |
| This property contains the template version
information of the container. |
|
| FbxPropertyT< FbxString > | ViewName |
| This property contains the view name
information of the container. |
|
| FbxProperty CreateProperty | ( | FbxString | pName, |
| FbxDataType & | pType, | ||
| FbxString | pLabel | ||
| ) |
Create a new property.
| pName | Name of the property |
| pType | Type of the property |
| pLabel | Label of the property |
This property contains the template name information of the container.
To access this property do: TemplateName.Get(). To set this property do: TemplateName.Set(FbxString).
Default value is "".
Definition at line 55 of file fbxcontainer.h.
This property contains the template path information of the container.
To access this property do: TemplatePath.Get(). To set this property do: TemplatePath.Set(FbxString).
Default value is "".
Definition at line 64 of file fbxcontainer.h.
This property contains the template version information of the container.
To access this property do: TemplateVersion.Get(). To set this property do: TemplateVersion.Set(FbxString).
Default value is "".
Definition at line 73 of file fbxcontainer.h.
This property contains the view name information of the container.
To access this property do: ViewName.Get(). To set this property do: ViewName.Set(FbxString).
Default value is "".
Definition at line 82 of file fbxcontainer.h.