Click or drag to resize

PhysicsServerAreaSetParam Method

Sets the value for an area parameter. 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 void AreaSetParam(
	RID area,
	PhysicsServerAreaParameter param,
	Object value
)

Parameters

area
Type: GodotRID

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

param
Type: GodotPhysicsServerAreaParameter

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

value
Type: SystemObject

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

See Also