이 페이지가 있는 버전:
이 페이지가 없는 버전:
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; }