Click or drag to resize

AnimationTreePlayerAnimationNodeGetPosition Method

Returns the absolute playback timestamp of the animation node with name id.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float AnimationNodeGetPosition(
	string id
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Godot.AnimationTreePlayer.AnimationNodeGetPosition(System.String)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.AnimationTreePlayer.AnimationNodeGetPosition(System.String)"]

See Also