Enum VisibleOnScreenEnabler2D.EnableModeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisibleOnScreenEnabler2D.EnableModeEnum : long
Fields
Always = 1
Corresponds to Always.
Inherit = 0
Corresponds to Inherit.
WhenPaused = 2
Corresponds to WhenPaused.