AR_Engine_SDK
|
Functions | |
function FxProperty | GetType () end |
function FxProperty | GetName () end |
function FxProperty | SetValue (b) end |
function FxProperty | SetValue (n) end |
function FxProperty | SetValue (f) end |
function FxProperty | SetValue (vec2) end |
function FxProperty | SetValue (vec3) end |
function FxProperty | SetValue (vec4) end |
function FxProperty | SetValue (color) end |
function FxProperty | SetValue (str) end |
function FxProperty | CopyValueFrom (property) end |
function FxProperty | GetBool () end |
function FxProperty | GetInt () end |
function FxProperty | GetFloat () end |
function FxProperty | GetVector2 () end |
function FxProperty | GetVector3 () end |
function FxProperty | GetVector4 () end |
function FxProperty | GetColorBase () end |
function FxProperty | GetString () end |
function FxProperty | GetEnumPointer () end |
function FxProperty | GetRawDistributionFloat () end |
function FxProperty | GetRawDistributionVector () end |
function FxProperty | GetRawDistributionVector4 () end |
function FxProperty | GetIntFloatArray () end |
Variables | |
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 | ( | n | ) |
设置xint32类型属性
n | number xint32类型属性值 |
function FxProperty SetValue | ( | f | ) |
设置xfloat32类型属性
f | number xfloat32类型属性值 |
function FxProperty SetValue | ( | vec2 | ) |
设置XVECTOR2类型属性
vec2 | XVECTOR2 XVECTOR2类型属性值 |
function FxProperty SetValue | ( | vec3 | ) |
设置XVECTOR3类型属性
vec3 | XVECTOR3 XVECTOR3类型属性值 |
function FxProperty SetValue | ( | vec4 | ) |
设置XVECTOR4类型属性
vec4 | XVECTOR4 XVECTOR4类型属性值 |
function FxProperty SetValue | ( | color | ) |
function FxProperty SetValue | ( | str | ) |
设置XString类型属性
str | string XString类型属性值 |
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 = {} |