Click or drag to resize

PhysicsServerSpaceGetParam 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,
	PhysicsServerSpaceParameter param
)

Parameters

space
Type: GodotRID

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

param
Type: GodotPhysicsServerSpaceParameter

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

Return Value

Type: Single

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

See Also