Click or drag to resize

Bone2DSetRest Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Bone2D.SetRest(Godot.Transform2D)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetRest is deprecated. Use the Rest property instead.")]
public void SetRest(
	Transform2D rest
)

Parameters

rest
Type: GodotTransform2D

[Missing <param name="rest"/> documentation for "M:Godot.Bone2D.SetRest(Godot.Transform2D)"]

See Also