Table of Contents

Enum Node.PhysicsInterpolationModeEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum Node.PhysicsInterpolationModeEnum : long

Fields

Inherit = 0

Inherits PhysicsInterpolationMode from the node's parent. This is the default for any newly created node.

Off = 2

Disables physics interpolation for this node and for children set to Inherit.

On = 1

Enables physics interpolation for this node and for children set to Inherit. This is the default for the root node.