Click or drag to resize

AnimationValueTrackGetUpdateMode Method

Returns the update mode of a value track.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public AnimationUpdateMode ValueTrackGetUpdateMode(
	int trackIdx
)

Parameters

trackIdx
Type: SystemInt32

[Missing <param name="trackIdx"/> documentation for "M:Godot.Animation.ValueTrackGetUpdateMode(System.Int32)"]

Return Value

Type: AnimationUpdateMode

[Missing <returns> documentation for "M:Godot.Animation.ValueTrackGetUpdateMode(System.Int32)"]

See Also