Click or drag to resize

Physics2DServerAreaBodyStatus Enumeration

[Missing <summary> documentation for "T:Godot.Physics2DServer.AreaBodyStatus"]

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

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

Removed1

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

See Also