Click or drag to resize

Physics2DServerAreaSetParam Method

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

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

Parameters

area
Type: GodotRID

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

param
Type: GodotPhysics2DServerAreaParameter

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

value
Type: SystemObject

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

See Also