AR_Engine_SDK
载入中...
搜索中...
未找到
函数 | 变量
XEWindComponent.lua 文件参考

#include <XEWindComponent.h>

类 XEWindComponent 继承关系图:
Inheritance graph

函数

function XEWindComponent new () end
 
function XEWindComponent GetWindColor () end
 
function XEWindComponent SetWindColor (color) end
 
function XEWindComponent SetWindSpeed (fSpeed) end
 
function XEWindComponent GetWindSpeed () end
 

变量

 XEWindComponent = {}
 

函数说明

◆ GetWindColor()

function XEWindComponent GetWindColor ( )

获取风的颜色

返回
XCOLORBASE

◆ GetWindSpeed()

function XEWindComponent GetWindSpeed ( )

获取风速

返回
number

◆ new()

function XEWindComponent new ( )

XEWindComponent_new00

返回
XEWindComponent

◆ SetWindColor()

function XEWindComponent SetWindColor ( color  )

设置风的颜色

参数
colorXCOLORBASE
返回
boolean

◆ SetWindSpeed()

function XEWindComponent SetWindSpeed ( fSpeed  )

设置风速

参数
fSpeednumber
返回
void

变量说明

◆ XEWindComponent