Enum AnimationNode.FilterAction
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum AnimationNode.FilterAction : long
Fields
Blend = 3Paths matching the filter will be blended (by the blend value).
Ignore = 0Do not use filtering.
Pass = 1Paths matching the filter will be allowed to pass.
Stop = 2Paths matching the filter will be discarded.