PhysicsServerShapeCreate Method |
Creates a shape of a type from PhysicsServerShapeType. Does not assign it to a body or an area. To do so, you must use AreaSetShape(RID, Int32, RID) or BodySetShape(RID, Int32, RID).
Namespace: Godot
public static RID ShapeCreate( PhysicsServerShapeType type )
[Missing <param name="type"/> documentation for "M:Godot.PhysicsServer.ShapeCreate(Godot.PhysicsServer.ShapeType)"]
[Missing <returns> documentation for "M:Godot.PhysicsServer.ShapeCreate(Godot.PhysicsServer.ShapeType)"]