Click or drag to resize

PhysicsServerSetActive Method

Activates or deactivates the 3D physics engine.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SetActive(
	bool active
)

Parameters

active
Type: SystemBoolean

[Missing <param name="active"/> documentation for "M:Godot.PhysicsServer.SetActive(System.Boolean)"]

See Also