AnimationNodeFilterAction Enumeration |
[Missing <summary> documentation for "T:Godot.AnimationNode.FilterAction"]
Namespace: Godot
public enum FilterAction
Member name | Value | Description | |
---|---|---|---|
Ignore | 0 | Do not use filtering. | |
Pass | 1 | Paths matching the filter will be allowed to pass. | |
Stop | 2 | Paths matching the filter will be discarded. | |
Blend | 3 | Paths matching the filter will be blended (by the blend value). |