Click or drag to resize

Physics2DServerSpaceGetParam Method

Returns the value of a space parameter.

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

Parameters

space
Type: GodotRID

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

param
Type: GodotPhysics2DServerSpaceParameter

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

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.Physics2DServer.SpaceGetParam(Godot.RID,Godot.Physics2DServer.SpaceParameter)"]

See Also