Click or drag to resize

AnimationTreePlayerTransitionNodeGetCurrent Method

Returns the index of the currently evaluated input for the transition node with name id.

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

Parameters

id
Type: SystemString

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

Return Value

Type: Int32

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

See Also