Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

WindZone.mode

Switch to Manual
public WindZoneMode mode;

Description

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; }