Version: 2019.3

RotationBySpeedModule

struct in UnityEngine

マニュアルに切り替える

説明

Script interface for the RotationBySpeedModule.

Rotate particles based on their speed.

関連項目: ParticleSystem, ParticleSystem.rotationBySpeed.

変数

enabledESpecifies whether the RotationBySpeedModule is enabled or disabled.
rangeSet the minimum and maximum speeds that this module applies the rotation curve between.
separateAxes速度に応じた回転を軸ごとに独立して設定します。
xRotation by speed curve for the x-axis.
xMultiplierSpeed multiplier along the x-axis.
yRotation by speed curve for the y-axis.
yMultiplierSpeed multiplier along the y-axis.
zRotation by speed curve for the z-axis.
zMultiplierSpeed multiplier along the z-axis.