Click or drag to resize

VisibilityEnablerEnabler Enumeration

[Missing <summary> documentation for "T:Godot.VisibilityEnabler.Enabler"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum Enabler
Members
  Member nameValueDescription
PauseAnimations0

This enabler will pause AnimationPlayer nodes.

FreezeBodies1

This enabler will freeze RigidBody nodes.

Max2

Represents the size of the VisibilityEnablerEnabler enum.

See Also