Click or drag to resize

Physics2DServerAreaCreate Method

Creates an Area2D. After creating an Area2D with this method, assign it to a space using AreaSetSpace(RID, RID) to use the created Area2D in the physics world.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static RID AreaCreate()

Return Value

Type: RID

[Missing <returns> documentation for "M:Godot.Physics2DServer.AreaCreate"]

See Also