#include
<kfbxnull.h>

Definition at line 54 of file kfbxnull.h.
Null Properties |
|
| enum | ELook |
| Null look types. More... |
|
| double | GetSizeDefaultValue () const |
| Get the default value for the size. |
|
Property Names |
|
| static const char * | sSize |
| static const char * | sLook |
Property Default Values |
|
| static const fbxDouble1 | sDefaultSize |
| static const ELook | sDefaultLook |
Public Member Functions |
|
| virtual EAttributeType | GetAttributeType () const |
| Return the type of node attribute which is
EAttributeType::eNULL. |
|
| void | Reset () |
| Reset to default values. |
|
Public Attributes |
|
| KFbxTypedProperty< fbxDouble1 > | Size |
| This property handles size. |
|
| KFbxTypedProperty< ELook > | Look |
| This property handles the look of the null.
|
|
| enum ELook |
| virtual EAttributeType GetAttributeType | ( | ) | const [virtual] |
Return the type of node attribute which is EAttributeType::eNULL.
Reimplemented from KFbxNodeAttribute.
| void Reset | ( | ) |
Reset to default values.
| double GetSizeDefaultValue | ( | ) | const |
Get the default value for the size.
| KFbxTypedProperty<fbxDouble1> Size |
This property handles size.
To access this property do: Size.Get(). To set this property do: Size.Set(fbxDouble1).
Default value is 100.
Definition at line 116 of file kfbxnull.h.
This property handles the look of the null.
To access this property do: Look.Get(). To set this property do: Look.Set(ELook).
Default value is true
Definition at line 125 of file kfbxnull.h.