AnimationTrackFindKey Method |
Finds the key index by time in a given track. Optionally, only find it if the exact time is given.
Namespace: Godot
public int TrackFindKey( int trackIdx, float time, bool exact = false )
[Missing <param name="trackIdx"/> documentation for "M:Godot.Animation.TrackFindKey(System.Int32,System.Single,System.Boolean)"]
[Missing <param name="time"/> documentation for "M:Godot.Animation.TrackFindKey(System.Int32,System.Single,System.Boolean)"]
[Missing <param name="exact"/> documentation for "M:Godot.Animation.TrackFindKey(System.Int32,System.Single,System.Boolean)"]
[Missing <returns> documentation for "M:Godot.Animation.TrackFindKey(System.Int32,System.Single,System.Boolean)"]