Enum Animation.FindMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Animation.FindMode : long
Fields
Approx = 1Finds only the key with approximating the time.
Exact = 2Finds only the key with matching the time.
Nearest = 0Finds the nearest time key.