Version: 2023.1
言語: 日本語
public bool animatePhysics ;

説明

When enabled, the physics system uses animated transforms from GameObjects with kinematic Rigidbody components to influence other GameObjects.

For example, enable animatePhysics to apply velocity and friction from an animated platform to GameObjects on the platform. For velocity and friction to be applied, the platform GameObject must have a kinematic Rigidbody. To make a Rigidbody kinematic, enable the Is Kinematic property in the Rigidbody component.