Physics2DServerAreaAddShape Method |
Adds a shape to the area, along with a transform matrix. Shapes are usually referenced by their index, so you should track which shape has a given index.
Namespace: Godot
public static void AreaAddShape( RID area, RID shape, Transform2D? transform = null, bool disabled = false )
[Missing <param name="area"/> documentation for "M:Godot.Physics2DServer.AreaAddShape(Godot.RID,Godot.RID,System.Nullable{Godot.Transform2D},System.Boolean)"]
[Missing <param name="shape"/> documentation for "M:Godot.Physics2DServer.AreaAddShape(Godot.RID,Godot.RID,System.Nullable{Godot.Transform2D},System.Boolean)"]
[Missing <param name="disabled"/> documentation for "M:Godot.Physics2DServer.AreaAddShape(Godot.RID,Godot.RID,System.Nullable{Godot.Transform2D},System.Boolean)"]