#include<kfbxnull.h>
Definition at line54of filekfbxnull.h.
Null Properties | |
enum | ELook |
Null look types.More... | |
K_DEPRECATED 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. | |
Property Names | |
static const char * | sSize |
static const char * | sLook |
Property Default Values | |
static const fbxDouble1 | sDefaultSize |
static constELook | sDefaultLook |
Public Member Functions | |
virtualEAttributeType | 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. |
enumELook |
virtualEAttributeTypeGetAttributeType | ( | ) | const[virtual] |
Return the type of node attribute which is EAttributeType::eNULL.
Reimplemented fromKFbxNodeAttribute.
void Reset | ( | ) |
Reset to default values.
K_DEPRECATED bool GetSizeIsSet | ( | ) | const |
Get a flag used to verify that the size has been set.
true
if SetSize() was called for this object.false
.This function is OBSOLETE, DO NOT USE. It will always return false. It will be removed on in the next release.
This function is deprecated. Use property Size instead.
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 line125of filekfbxnull.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 line134of filekfbxnull.h.