Version: 2021.3
言語: 日本語
public float windPulseFrequency ;

説明

時間の経過とともに変化する頻度を定義します。

// Creates a wind zone to produce a softly changing general wind
// Just place this into an empty game object
using UnityEngine;

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