Click or drag to resize

AnimationTrackSetInterpolationType Method

Sets the interpolation type of a given track.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void TrackSetInterpolationType(
	int trackIdx,
	AnimationInterpolationType interpolation
)

Parameters

trackIdx
Type: SystemInt32

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

interpolation
Type: GodotAnimationInterpolationType

[Missing <param name="interpolation"/> documentation for "M:Godot.Animation.TrackSetInterpolationType(System.Int32,Godot.Animation.InterpolationType)"]

See Also