Click or drag to resize

Physics2DServerAreaGetParam Method

Returns an area parameter value. See Physics2DServerAreaParameter for a list of available parameters.

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

Parameters

area
Type: GodotRID

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

param
Type: GodotPhysics2DServerAreaParameter

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

Return Value

Type: Object

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

See Also