이 페이지가 있는 버전:
이 페이지가 없는 버전:
Wind zone only has an effect inside the radius, and has a falloff from the center towards the edge.
// Creates a Spherical Wind Zone.void Start() { var wind = gameObject.AddComponent<WindZone>(); wind.mode = WindZoneMode.Spherical; }