Click or drag to resize

MeshLibraryGetItemShapes Method

Returns an item's collision shapes.

The array consists of each Shape followed by its Transform.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Array GetItemShapes(
	int id
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Godot.MeshLibrary.GetItemShapes(System.Int32)"]

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.MeshLibrary.GetItemShapes(System.Int32)"]

See Also