#include <kfbxnull.h>
Inherits KFbxNodeAttribute.
Inheritance diagram for KFbxNull:
Definition at line 59 of file kfbxnull.h.
Null Properties | |
enum | ELook |
Null look types. More... | |
void | SetLook (ELook pLook) |
Set look. | |
ELook | GetLook () const |
Get look. | |
void | SetSize (double pSize) |
Set size. | |
double | GetSize () const |
Get size. | |
bool | GetSizeIsSet () const |
Get a flag used to verify that the size has been set. | |
double | GetSizeDefaultValue () const |
Get the default value for the size. | |
Public Member Functions | |
virtual EAttributeType | GetAttributeType () const |
Return the type of node attribute which is EAttributeType::eNULL. | |
void | Reset () |
Reset to default values. |
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.
void SetLook | ( | ELook | pLook | ) |
Set look.
pLook | The graphical representation of this object. |
ELook GetLook | ( | ) | const |
Get look.
void SetSize | ( | double | pSize | ) |
Set size.
pSize | Size of the graphical representation of this object. |
double GetSize | ( | ) | const |
Get size.
bool GetSizeIsSet | ( | ) | const |
double GetSizeDefaultValue | ( | ) | const |
Get the default value for the size.