Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はそれがかなり自明だと思います、私は物理エンジンが有効になっているときにオブジェクトの回転を無効にする/防ぐことが可能かどうかを知る必要があります。オブジェクトは、ほとんどの場合落下するため、重力の影響を受けます。
それは、単に使用します:
object.isFixedRotation = true
回転の使用を「一時停止」するには:
object.angularVelocity = 0
任意の時点で。