TileMap.GDNativeClassBinding

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

Members

Static variables

_clearQuadrants
GodotMethod!(void) _clearQuadrants;
Undocumented in source.
_getOldCellSize
GodotMethod!(long) _getOldCellSize;
Undocumented in source.
_getTileData
GodotMethod!(PoolIntArray) _getTileData;
Undocumented in source.
_recreateQuadrants
GodotMethod!(void) _recreateQuadrants;
Undocumented in source.
_setCelld
GodotMethod!(void, Vector2, Dictionary) _setCelld;
Undocumented in source.
_setOldCellSize
GodotMethod!(void, long) _setOldCellSize;
Undocumented in source.
_setTileData
GodotMethod!(void, PoolIntArray) _setTileData;
Undocumented in source.
clear
GodotMethod!(void) clear;
Undocumented in source.
fixInvalidTiles
GodotMethod!(void) fixInvalidTiles;
Undocumented in source.
getCell
GodotMethod!(long, long, long) getCell;
Undocumented in source.
getCellAutotileCoord
GodotMethod!(Vector2, long, long) getCellAutotileCoord;
Undocumented in source.
getCellSize
GodotMethod!(Vector2) getCellSize;
Undocumented in source.
getCellv
GodotMethod!(long, Vector2) getCellv;
Undocumented in source.
getClipUv
GodotMethod!(bool) getClipUv;
Undocumented in source.
getCollisionBounce
GodotMethod!(double) getCollisionBounce;
Undocumented in source.
getCollisionFriction
GodotMethod!(double) getCollisionFriction;
Undocumented in source.
getCollisionLayer
GodotMethod!(long) getCollisionLayer;
Undocumented in source.
getCollisionLayerBit
GodotMethod!(bool, long) getCollisionLayerBit;
Undocumented in source.
getCollisionMask
GodotMethod!(long) getCollisionMask;
Undocumented in source.
getCollisionMaskBit
GodotMethod!(bool, long) getCollisionMaskBit;
Undocumented in source.
getCollisionUseKinematic
GodotMethod!(bool) getCollisionUseKinematic;
Undocumented in source.
getCollisionUseParent
GodotMethod!(bool) getCollisionUseParent;
Undocumented in source.
getCustomTransform
GodotMethod!(Transform2D) getCustomTransform;
Undocumented in source.
getHalfOffset
GodotMethod!(TileMap.HalfOffset) getHalfOffset;
Undocumented in source.
getMode
GodotMethod!(TileMap.Mode) getMode;
Undocumented in source.
getOccluderLightMask
GodotMethod!(long) getOccluderLightMask;
Undocumented in source.
getQuadrantSize
GodotMethod!(long) getQuadrantSize;
Undocumented in source.
getTileOrigin
GodotMethod!(TileMap.TileOrigin) getTileOrigin;
Undocumented in source.
getTileset
GodotMethod!(TileSet) getTileset;
Undocumented in source.
getUsedCells
GodotMethod!(Array) getUsedCells;
Undocumented in source.
getUsedCellsById
GodotMethod!(Array, long) getUsedCellsById;
Undocumented in source.
getUsedRect
GodotMethod!(Rect2) getUsedRect;
Undocumented in source.
isCellTransposed
GodotMethod!(bool, long, long) isCellTransposed;
Undocumented in source.
isCellXFlipped
GodotMethod!(bool, long, long) isCellXFlipped;
Undocumented in source.
isCellYFlipped
GodotMethod!(bool, long, long) isCellYFlipped;
Undocumented in source.
isCenteredTexturesEnabled
GodotMethod!(bool) isCenteredTexturesEnabled;
Undocumented in source.
isCompatibilityModeEnabled
GodotMethod!(bool) isCompatibilityModeEnabled;
Undocumented in source.
isShowCollisionEnabled
GodotMethod!(bool) isShowCollisionEnabled;
Undocumented in source.
isYSortModeEnabled
GodotMethod!(bool) isYSortModeEnabled;
Undocumented in source.
mapToWorld
GodotMethod!(Vector2, Vector2, bool) mapToWorld;
Undocumented in source.
setCell
GodotMethod!(void, long, long, long, bool, bool, bool, Vector2) setCell;
Undocumented in source.
setCellSize
GodotMethod!(void, Vector2) setCellSize;
Undocumented in source.
setCellv
GodotMethod!(void, Vector2, long, bool, bool, bool) setCellv;
Undocumented in source.
setCenteredTextures
GodotMethod!(void, bool) setCenteredTextures;
Undocumented in source.
setClipUv
GodotMethod!(void, bool) setClipUv;
Undocumented in source.
setCollisionBounce
GodotMethod!(void, double) setCollisionBounce;
Undocumented in source.
setCollisionFriction
GodotMethod!(void, double) setCollisionFriction;
Undocumented in source.
setCollisionLayer
GodotMethod!(void, long) setCollisionLayer;
Undocumented in source.
setCollisionLayerBit
GodotMethod!(void, long, bool) setCollisionLayerBit;
Undocumented in source.
setCollisionMask
GodotMethod!(void, long) setCollisionMask;
Undocumented in source.
setCollisionMaskBit
GodotMethod!(void, long, bool) setCollisionMaskBit;
Undocumented in source.
setCollisionUseKinematic
GodotMethod!(void, bool) setCollisionUseKinematic;
Undocumented in source.
setCollisionUseParent
GodotMethod!(void, bool) setCollisionUseParent;
Undocumented in source.
setCompatibilityMode
GodotMethod!(void, bool) setCompatibilityMode;
Undocumented in source.
setCustomTransform
GodotMethod!(void, Transform2D) setCustomTransform;
Undocumented in source.
setHalfOffset
GodotMethod!(void, long) setHalfOffset;
Undocumented in source.
setMode
GodotMethod!(void, long) setMode;
Undocumented in source.
setOccluderLightMask
GodotMethod!(void, long) setOccluderLightMask;
Undocumented in source.
setQuadrantSize
GodotMethod!(void, long) setQuadrantSize;
Undocumented in source.
setShowCollision
GodotMethod!(void, bool) setShowCollision;
Undocumented in source.
setTileOrigin
GodotMethod!(void, long) setTileOrigin;
Undocumented in source.
setTileset
GodotMethod!(void, TileSet) setTileset;
Undocumented in source.
setYSortMode
GodotMethod!(void, bool) setYSortMode;
Undocumented in source.
updateBitmaskArea
GodotMethod!(void, Vector2) updateBitmaskArea;
Undocumented in source.
updateBitmaskRegion
GodotMethod!(void, Vector2, Vector2) updateBitmaskRegion;
Undocumented in source.
updateDirtyQuadrants
GodotMethod!(void) updateDirtyQuadrants;
Undocumented in source.
worldToMap
GodotMethod!(Vector2, Vector2) worldToMap;
Undocumented in source.

Meta