Click or drag to resize

AnimationCopyTrack Method

Adds a new track that is a copy of the given track from to_animation.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void CopyTrack(
	int trackIdx,
	Animation toAnimation
)

Parameters

trackIdx
Type: SystemInt32

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

toAnimation
Type: GodotAnimation

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

See Also