|
AR_Engine_SDK
|
#include <XEWindComponent.h>

函数 | |
| function XEWindComponent | new () end |
| function XEWindComponent | GetWindColor () end |
| function XEWindComponent | SetWindColor (color) end |
| function XEWindComponent | SetWindSpeed (fSpeed) end |
| function XEWindComponent | GetWindSpeed () end |
变量 | |
| XEWindComponent = {} | |
| function XEWindComponent GetWindColor | ( | ) |
获取风的颜色
| function XEWindComponent GetWindSpeed | ( | ) |
获取风速
| function XEWindComponent new | ( | ) |
XEWindComponent_new00
| function XEWindComponent SetWindColor | ( | color | ) |
| function XEWindComponent SetWindSpeed | ( | fSpeed | ) |
设置风速
| fSpeed | number |
| XEWindComponent = {} |