Physics2DServerAreaBodyStatus Enumeration |
[Missing <summary> documentation for "T:Godot.Physics2DServer.AreaBodyStatus"]
Namespace: Godot
public enum AreaBodyStatus
Member name | Value | Description | |
---|---|---|---|
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. |