Versions with this page:
Versions without this page:
Зона ветра действует только в рамках указанного радиуса и ветер дует из центра к поверхности сферы.
// Creates a Spherical Wind Zone.void Start() { var wind = gameObject.AddComponent<WindZone>(); wind.mode = WindZoneMode.Spherical; }