Class WindZone
Assembly: UnityEngine.dll
Syntax
public class WindZone : Component
Properties
mode
Declaration
public WindZoneMode mode { get; set; }
Property Value
radius
Declaration
public float radius { get; set; }
Property Value
windMain
Declaration
public float windMain { get; set; }
Property Value
windPulseFrequency
Declaration
public float windPulseFrequency { get; set; }
Property Value
windPulseMagnitude
Declaration
public float windPulseMagnitude { get; set; }
Property Value
windTurbulence
Declaration
public float windTurbulence { get; set; }
Property Value
Extension Methods