Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

RigidbodyInterpolation2D

Description

Interpolation mode for Rigidbody2D objects.

Variables

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.