Click or drag to resize

AnimationValueTrackSetUpdateMode Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ValueTrackSetUpdateMode(
	int trackIdx,
	AnimationUpdateMode mode
)

Parameters

trackIdx
Type: SystemInt32

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

mode
Type: GodotAnimationUpdateMode

[Missing <param name="mode"/> documentation for "M:Godot.Animation.ValueTrackSetUpdateMode(System.Int32,Godot.Animation.UpdateMode)"]

See Also