Click or drag to resize

Physics2DServer.SpaceSetParam Method

Sets the value for a space parameter. See Physics2DServer.SpaceParameter 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,
	Physics2DServer.SpaceParameter param,
	float value
)

Parameters

space
Type: Godot.RID

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

param
Type: Godot.Physics2DServer.SpaceParameter

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

value
Type: System.Single

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

See Also