Table of Contents

Enum Animation.FindMode

Namespace
Godot
Assembly
GodotSharp.dll
public enum Animation.FindMode : long

Fields

Approx = 1

Finds only the key with approximating the time.

Exact = 2

Finds only the key with matching the time.

Nearest = 0

Finds the nearest time key.