WeatherMakerWindScriptWindChanged Property |
Allow notification of when the wind velocity changes
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Action<Vector3> WindChanged { get; set; }
Public Property WindChanged As Action(Of Vector3)
Get
Set
public:
property Action<Vector3>^ WindChanged {
Action<Vector3>^ get ();
void set (Action<Vector3>^ value);
}
member WindChanged : Action<Vector3> with get, set
Property Value
Type:
ActionVector3See Also