Click or drag to resize

Animation.TrackGetInterpolationType Method

Returns the interpolation type of a given track.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Animation.InterpolationType TrackGetInterpolationType(
	int trackIdx
)

Parameters

trackIdx
Type: System.Int32

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

Return Value

Type: Animation.InterpolationType

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

See Also