Physics2DServerProcessInfo Enumeration |
[Missing <summary> documentation for "T:Godot.Physics2DServer.ProcessInfo"]
Namespace: Godot
public enum ProcessInfo
Member name | Value | Description | |
---|---|---|---|
ActiveObjects | 0 | Constant to get the number of objects that are not sleeping. | |
CollisionPairs | 1 | Constant to get the number of possible collisions. | |
IslandCount | 2 | Constant to get the number of space regions where a collision could occur. |