Click or drag to resize

Physics2DServerAreaSetSpace Method

Assigns a space to the area.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void AreaSetSpace(
	RID area,
	RID space
)

Parameters

area
Type: GodotRID

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

space
Type: GodotRID

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

See Also