Click or drag to resize

Physics2DServerSpaceSetParam Method

Sets the value for a space parameter. See Physics2DServerSpaceParameter for a list of available parameters.

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

Parameters

space
Type: GodotRID

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

param
Type: GodotPhysics2DServerSpaceParameter

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

value
Type: SystemSingle

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

See Also