Click or drag to resize

Physics2DServerGetProcessInfo Method

Returns information about the current state of the 2D physics engine. See Physics2DServerProcessInfo for a list of available states.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static int GetProcessInfo(
	Physics2DServerProcessInfo processInfo
)

Parameters

processInfo
Type: GodotPhysics2DServerProcessInfo

[Missing <param name="processInfo"/> documentation for "M:Godot.Physics2DServer.GetProcessInfo(Godot.Physics2DServer.ProcessInfo)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.Physics2DServer.GetProcessInfo(Godot.Physics2DServer.ProcessInfo)"]

See Also