Click or drag to resize

Bone2DRest Property

Rest transform of the bone. You can reset the node's transforms to this value using ApplyRest.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Transform2D Rest { get; set; }

Property Value

Type: Transform2D
See Also