Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Initialize ( ) : void | ||
WindConfig ( IScene scene, IConfig windConfig ) : void | ||
WindLLClientArray ( ) : System.Vector2[] | ||
WindParamGet ( string param ) : float | ||
WindParamSet ( string param, float value ) : void | ||
WindParams ( ) : string>.Dictionary |
||
WindSpeed ( float fX, float fY, float fZ ) : System.Vector3 | ||
WindUpdate ( uint frame ) : void |
public WindConfig ( IScene scene, IConfig windConfig ) : void | ||
scene | IScene | |
windConfig | IConfig | |
return | void |
public WindLLClientArray ( ) : System.Vector2[] | ||
return | System.Vector2[] |
public WindParamSet ( string param, float value ) : void | ||
param | string | |
value | float | |
return | void |
public WindSpeed ( float fX, float fY, float fZ ) : System.Vector3 | ||
fX | float | |
fY | float | |
fZ | float | |
return | System.Vector3 |