Click or drag to resize

Physics2DServerBodySetSpace Method

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

Parameters

body
Type: GodotRID

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

space
Type: GodotRID

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

See Also