Version: 2021.1
언어: 한국어

RigidbodyInterpolation2D

enumeration

매뉴얼로 전환

설명

Interpolation mode for Rigidbody2D objects.

변수

NoneDo not apply any smoothing to the object's movement.
InterpolateSmooth movement based on the object's positions in previous frames.
ExtrapolateSmooth an object's movement based on an estimate of its position in the next frame.