WeatherMakerAuroraProfileScriptAnimationScale Property |
Animation scale, determines how fine detailed the aurora noise is
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Vector3 AnimationScale { get; set; }
Public Property AnimationScale As Vector3
Get
Set
public:
property Vector3 AnimationScale {
Vector3 get ();
void set (Vector3 value);
}
member AnimationScale : Vector3 with get, set
Property Value
Type:
Vector3See Also