TileSet._classBinding

Undocumented in source.
struct TileSet
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_forwardSubtileSelection
GodotMethod!(Vector2, long, long, GodotObject, Vector2) _forwardSubtileSelection;
Undocumented in source.
_isTileBound
GodotMethod!(bool, long, long) _isTileBound;
Undocumented in source.
autotileGetBitmaskMode
GodotMethod!(TileSet.BitmaskMode, long) autotileGetBitmaskMode;
Undocumented in source.
autotileGetSize
GodotMethod!(Vector2, long) autotileGetSize;
Undocumented in source.
autotileSetBitmaskMode
GodotMethod!(void, long, long) autotileSetBitmaskMode;
Undocumented in source.
autotileSetSize
GodotMethod!(void, long, Vector2) autotileSetSize;
Undocumented in source.
clear
GodotMethod!(void) clear;
Undocumented in source.
createTile
GodotMethod!(void, long) createTile;
Undocumented in source.
findTileByName
GodotMethod!(long, String) findTileByName;
Undocumented in source.
getLastUnusedTileId
GodotMethod!(long) getLastUnusedTileId;
Undocumented in source.
getTilesIds
GodotMethod!(Array) getTilesIds;
Undocumented in source.
removeTile
GodotMethod!(void, long) removeTile;
Undocumented in source.
tileAddShape
GodotMethod!(void, long, Shape2D, Transform2D, bool, Vector2) tileAddShape;
Undocumented in source.
tileGetLightOccluder
GodotMethod!(OccluderPolygon2D, long) tileGetLightOccluder;
Undocumented in source.
tileGetMaterial
GodotMethod!(ShaderMaterial, long) tileGetMaterial;
Undocumented in source.
tileGetModulate
GodotMethod!(Color, long) tileGetModulate;
Undocumented in source.
tileGetName
GodotMethod!(String, long) tileGetName;
Undocumented in source.
tileGetNavigationPolygon
GodotMethod!(NavigationPolygon, long) tileGetNavigationPolygon;
Undocumented in source.
tileGetNavigationPolygonOffset
GodotMethod!(Vector2, long) tileGetNavigationPolygonOffset;
Undocumented in source.
tileGetNormalMap
GodotMethod!(Texture, long) tileGetNormalMap;
Undocumented in source.
tileGetOccluderOffset
GodotMethod!(Vector2, long) tileGetOccluderOffset;
Undocumented in source.
tileGetRegion
GodotMethod!(Rect2, long) tileGetRegion;
Undocumented in source.
tileGetShape
GodotMethod!(Shape2D, long, long) tileGetShape;
Undocumented in source.
tileGetShapeCount
GodotMethod!(long, long) tileGetShapeCount;
Undocumented in source.
tileGetShapeOffset
GodotMethod!(Vector2, long, long) tileGetShapeOffset;
Undocumented in source.
tileGetShapeOneWay
GodotMethod!(bool, long, long) tileGetShapeOneWay;
Undocumented in source.
tileGetShapeTransform
GodotMethod!(Transform2D, long, long) tileGetShapeTransform;
Undocumented in source.
tileGetShapes
GodotMethod!(Array, long) tileGetShapes;
Undocumented in source.
tileGetTexture
GodotMethod!(Texture, long) tileGetTexture;
Undocumented in source.
tileGetTextureOffset
GodotMethod!(Vector2, long) tileGetTextureOffset;
Undocumented in source.
tileGetTileMode
GodotMethod!(TileSet.TileMode, long) tileGetTileMode;
Undocumented in source.
tileGetZIndex
GodotMethod!(long, long) tileGetZIndex;
Undocumented in source.
tileSetLightOccluder
GodotMethod!(void, long, OccluderPolygon2D) tileSetLightOccluder;
Undocumented in source.
tileSetMaterial
GodotMethod!(void, long, ShaderMaterial) tileSetMaterial;
Undocumented in source.
tileSetModulate
GodotMethod!(void, long, Color) tileSetModulate;
Undocumented in source.
tileSetName
GodotMethod!(void, long, String) tileSetName;
Undocumented in source.
tileSetNavigationPolygon
GodotMethod!(void, long, NavigationPolygon) tileSetNavigationPolygon;
Undocumented in source.
tileSetNavigationPolygonOffset
GodotMethod!(void, long, Vector2) tileSetNavigationPolygonOffset;
Undocumented in source.
tileSetNormalMap
GodotMethod!(void, long, Texture) tileSetNormalMap;
Undocumented in source.
tileSetOccluderOffset
GodotMethod!(void, long, Vector2) tileSetOccluderOffset;
Undocumented in source.
tileSetRegion
GodotMethod!(void, long, Rect2) tileSetRegion;
Undocumented in source.
tileSetShape
GodotMethod!(void, long, long, Shape2D) tileSetShape;
Undocumented in source.
tileSetShapeOffset
GodotMethod!(void, long, long, Vector2) tileSetShapeOffset;
Undocumented in source.
tileSetShapeOneWay
GodotMethod!(void, long, long, bool) tileSetShapeOneWay;
Undocumented in source.
tileSetShapeTransform
GodotMethod!(void, long, long, Transform2D) tileSetShapeTransform;
Undocumented in source.
tileSetShapes
GodotMethod!(void, long, Array) tileSetShapes;
Undocumented in source.
tileSetTexture
GodotMethod!(void, long, Texture) tileSetTexture;
Undocumented in source.
tileSetTextureOffset
GodotMethod!(void, long, Vector2) tileSetTextureOffset;
Undocumented in source.
tileSetTileMode
GodotMethod!(void, long, long) tileSetTileMode;
Undocumented in source.
tileSetZIndex
GodotMethod!(void, long, long) tileSetZIndex;
Undocumented in source.

Meta