MeshLibrary.GDNativeClassBinding

Undocumented in source.
struct MeshLibrary
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

clear
GodotMethod!(void) clear;
Undocumented in source.
createItem
GodotMethod!(void, long) createItem;
Undocumented in source.
findItemByName
GodotMethod!(long, String) findItemByName;
Undocumented in source.
getItemList
GodotMethod!(PoolIntArray) getItemList;
Undocumented in source.
getItemMesh
GodotMethod!(Mesh, long) getItemMesh;
Undocumented in source.
getItemName
GodotMethod!(String, long) getItemName;
Undocumented in source.
getItemNavmesh
GodotMethod!(NavigationMesh, long) getItemNavmesh;
Undocumented in source.
getItemNavmeshTransform
GodotMethod!(Transform, long) getItemNavmeshTransform;
Undocumented in source.
getItemPreview
GodotMethod!(Texture, long) getItemPreview;
Undocumented in source.
getItemShapes
GodotMethod!(Array, long) getItemShapes;
Undocumented in source.
getLastUnusedItemId
GodotMethod!(long) getLastUnusedItemId;
Undocumented in source.
removeItem
GodotMethod!(void, long) removeItem;
Undocumented in source.
setItemMesh
GodotMethod!(void, long, Mesh) setItemMesh;
Undocumented in source.
setItemName
GodotMethod!(void, long, String) setItemName;
Undocumented in source.
setItemNavmesh
GodotMethod!(void, long, NavigationMesh) setItemNavmesh;
Undocumented in source.
setItemNavmeshTransform
GodotMethod!(void, long, Transform) setItemNavmeshTransform;
Undocumented in source.
setItemPreview
GodotMethod!(void, long, Texture) setItemPreview;
Undocumented in source.
setItemShapes
GodotMethod!(void, long, Array) setItemShapes;
Undocumented in source.

Meta