AR_Engine_SDK
Functions | Variables
XEWindComponent.lua File Reference
类 XEWindComponent 继承关系图:
Inheritance graph

Functions

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

Variables

 XEWindComponent = {}
 

Function Documentation

◆ GetWindColor()

function XEWindComponent GetWindColor ( )

获取风的颜色

Returns
XCOLORBASE

◆ GetWindSpeed()

function XEWindComponent GetWindSpeed ( )

获取风速

Returns
number

◆ new()

function XEWindComponent new ( )

XEWindComponent_new00

Returns
XEWindComponent

◆ Release()

function XEWindComponent Release ( )

释放资源

Returns
void

◆ Render()

function XEWindComponent Render ( pViewport  )

渲染当前组件,此函数每帧都会被 XEActor 调用

Parameters
pViewportXEViewport
Returns
void

◆ SetWindColor()

function XEWindComponent SetWindColor ( color  )

设置风的颜色

Parameters
colorXCOLORBASE
Returns
boolean

◆ SetWindSpeed()

function XEWindComponent SetWindSpeed ( fSpeed  )

设置风速

Parameters
fSpeednumber
Returns
void

Variable Documentation

◆ XEWindComponent