Version: 5.6
public WindZoneMode mode ;

설명

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