VisibilityEnabler2D.Enabler

Values

ValueMeaning
enablerPauseAnimations0

This enabler will pause AnimationPlayer nodes.

enablerFreezeBodies1

This enabler will freeze RigidBody2D nodes.

enablerPauseParticles2

This enabler will stop Particles2D nodes.

enablerParentProcess3

This enabler will stop the parent's _process function.

enablerParentPhysicsProcess4

This enabler will stop the parent's _physics_process function.

enablerPauseAnimatedSprites5

This enabler will stop AnimatedSprite nodes animations.

enablerMax6

Represents the size of the enabler enum.

Meta