Click or drag to resize

PhysicsServerSpaceIsActive Method

Returns whether the space is active.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool SpaceIsActive(
	RID space
)

Parameters

space
Type: GodotRID

[Missing <param name="space"/> documentation for "M:Godot.PhysicsServer.SpaceIsActive(Godot.RID)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.PhysicsServer.SpaceIsActive(Godot.RID)"]

See Also