Click or drag to resize

VisibilityEnabler2DEnabler Enumeration

[Missing <summary> documentation for "T:Godot.VisibilityEnabler2D.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 RigidBody2D nodes.

PauseParticles2

This enabler will stop Particles2D nodes.

ParentProcess3

This enabler will stop the parent's _process function.

ParentPhysicsProcess4

This enabler will stop the parent's _physics_process function.

PauseAnimatedSprites5

This enabler will stop AnimatedSprite nodes animations.

Max6

Represents the size of the VisibilityEnabler2DEnabler enum.

See Also