Versions with this page:
Versions without this page:
Defines the type of wind zone to be used (Spherical or Directional).
// Creates a Directional Wind Zone.void Start() { var wind = gameObject.AddComponent<WindZone>(); wind.mode = WindZoneMode.Directional; }