Click or drag to resize

PhysicsServerAreaGetParam Method

Returns an area parameter value. A list of available parameters is on the PhysicsServerAreaParameter constants.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Object AreaGetParam(
	RID area,
	PhysicsServerAreaParameter param
)

Parameters

area
Type: GodotRID

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

param
Type: GodotPhysicsServerAreaParameter

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

Return Value

Type: Object

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

See Also