Table of Contents

Enum PhysicsServer2D.AreaBodyStatus

Namespace
Godot
Assembly
GodotSharp.dll
public enum PhysicsServer2D.AreaBodyStatus : long

Fields

Added = 0

The value of the first parameter and area callback function receives, when an object enters one of its shapes.

Removed = 1

The value of the first parameter and area callback function receives, when an object exits one of its shapes.