Legacy Documentation: Version 5.1
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 var mode: WindZoneMode;

Description

Defines the type of wind zone to be used (Spherical or Directional).

// Creates a Directional Wind Zone.

function Start() { var wind : WindZone = gameObject.AddComponent.<WindZone>(); wind.mode = WindZoneMode.Directional; }