Click or drag to resize

PhysicsServerSpaceSetParam Method

Sets the value for a space parameter. A list of available parameters is on the PhysicsServerSpaceParameter constants.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SpaceSetParam(
	RID space,
	PhysicsServerSpaceParameter param,
	float value
)

Parameters

space
Type: GodotRID

[Missing <param name="space"/> documentation for "M:Godot.PhysicsServer.SpaceSetParam(Godot.RID,Godot.PhysicsServer.SpaceParameter,System.Single)"]

param
Type: GodotPhysicsServerSpaceParameter

[Missing <param name="param"/> documentation for "M:Godot.PhysicsServer.SpaceSetParam(Godot.RID,Godot.PhysicsServer.SpaceParameter,System.Single)"]

value
Type: SystemSingle

[Missing <param name="value"/> documentation for "M:Godot.PhysicsServer.SpaceSetParam(Godot.RID,Godot.PhysicsServer.SpaceParameter,System.Single)"]

See Also