Version: 2021.1
言語: 日本語
public float windMain ;

説明

主要の風力

柔らかく風圧を変化させます

// Creates a wind zone with the effect of a helicopter passing by
// Just place this into an empty game object and move it over a tree
using UnityEngine;

public class ExampleScript : MonoBehaviour { void Start() { var wind = gameObject.AddComponent<WindZone>(); wind.mode = WindZoneMode.Spherical; wind.radius = 10.0f; wind.windMain = 3.0f; wind.windTurbulence = 0.5f; wind.windPulseMagnitude = 2.0f; wind.windPulseFrequency = 0.01f; } }
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961