|
AR_Engine_SDK
|
#include <FxProperty.h>

变量 | |
| FxProperty = {} | |
| FxProperty | FPT_INVALID = 0 |
| FxProperty | FPT_BOOL = 0 |
| FxProperty | FPT_INT32 = 0 |
| FxProperty | FPT_FLOAT = 0 |
| FxProperty | FPT_VECTOR2 = 0 |
| FxProperty | FPT_VECTOR3 = 0 |
| FxProperty | FPT_VECTOR4 = 0 |
| FxProperty | FPT_COLORVALUE = 0 |
| FxProperty | FPT_PATH = 0 |
| FxProperty | FPT_STRING = 0 |
| FxProperty | FPT_ENUMTABLE = 0 |
| FxProperty | FPT_DISTRIBUTIONFLOAT = 0 |
| FxProperty | FPT_DISTRIBUTIONVECTOR = 0 |
| FxProperty | FPT_DISTRIBUTIONCOLOR = 0 |
| FxProperty | FPT_INTINTFLOATARRAY = 0 |
| FxProperty | FPT_DISTRIBUTIONVECTOR4 = 0 |
| function FxProperty CopyValueFrom | ( | property | ) |
| function FxProperty GetBool | ( | ) |
FxProperty_GetBool00
| function FxProperty GetColorBase | ( | ) |
FxProperty_GetColorBase00
| function FxProperty GetEnumPointer | ( | ) |
FxProperty_GetEnumPointer00
| function FxProperty GetFloat | ( | ) |
FxProperty_GetFloat00
| function FxProperty GetInt | ( | ) |
FxProperty_GetInt00
| function FxProperty GetIntFloatArray | ( | ) |
FxProperty_GetIntFloatArray00
| function FxProperty GetName | ( | ) |
获取属性名称
| function FxProperty GetRawDistributionFloat | ( | ) |
FxProperty_GetRawDistributionFloat00
| function FxProperty GetRawDistributionVector | ( | ) |
FxProperty_GetRawDistributionVector00
| function FxProperty GetRawDistributionVector4 | ( | ) |
FxProperty_GetRawDistributionVector400
| function FxProperty GetString | ( | ) |
FxProperty_GetString00
| function FxProperty GetType | ( | ) |
获取属性类型
| function FxProperty GetVector2 | ( | ) |
FxProperty_GetVector200
| function FxProperty GetVector3 | ( | ) |
FxProperty_GetVector300
| function FxProperty GetVector4 | ( | ) |
FxProperty_GetVector400
| function FxProperty SetValue | ( | b | ) |
设置bool类型属性
| b | boolean bool类型属性值 |
| function FxProperty SetValue | ( | color | ) |
| function FxProperty SetValue | ( | enumTable | ) |
FxProperty_SetValue08
| enumTable | FxEnumTable |
| function FxProperty SetValue | ( | f | ) |
设置xfloat32类型属性
| f | number xfloat32类型属性值 |
| function FxProperty SetValue | ( | n | ) |
设置xint32类型属性
| n | number xint32类型属性值 |
| function FxProperty SetValue | ( | str | ) |
设置XString类型属性
| str | string XString类型属性值 |
| function FxProperty SetValue | ( | vec2 | ) |
| function FxProperty SetValue | ( | vec3 | ) |
| function FxProperty SetValue | ( | vec4 | ) |
| FxProperty FPT_BOOL = 0 |
| FxProperty FPT_COLORVALUE = 0 |
| FxProperty FPT_DISTRIBUTIONCOLOR = 0 |
| FxProperty FPT_DISTRIBUTIONFLOAT = 0 |
| FxProperty FPT_DISTRIBUTIONVECTOR = 0 |
| FxProperty FPT_DISTRIBUTIONVECTOR4 = 0 |
| FxProperty FPT_ENUMTABLE = 0 |
| FxProperty FPT_FLOAT = 0 |
| FxProperty FPT_INT32 = 0 |
| FxProperty FPT_INTINTFLOATARRAY = 0 |
| FxProperty FPT_INVALID = 0 |
| FxProperty FPT_PATH = 0 |
| FxProperty FPT_STRING = 0 |
| FxProperty FPT_VECTOR2 = 0 |
| FxProperty FPT_VECTOR3 = 0 |
| FxProperty FPT_VECTOR4 = 0 |
| FxProperty = {} |