Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

RigidbodyInterpolation2D

enumeration

Description

Interpolation mode for Rigidbody2D objects.

Properties

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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答