Showing results for

tilemap

layers

on docs.godotengine.org
docs.godotengine.org › en › latest › tutorials
Using GridMaps — Godot Engine (latest) documentation in English
...Using GridMaps
Introduction
Gridmaps are a tool for creating 3D game levels, similar to the way TileMap works in 2D. You start with a...
docs.godotengine.org › en › stable › tutorials
Using TileSets — Godot Engine (stable) documentation in English
Using TileSets
Introduction
A tilemap is a grid of tiles used to create a game's layout. There are several benefits to using TileMapLayer...
docs.godotengine.org › en › latest › tutorials
Using TileSets — Godot Engine (latest) documentation in English
...You can rotate any tile while placing it in the TileMap editor by using the rotation/flip buttons in the TileMap editor toolbar.
To...
docs.godotengine.org › en › stable › classes
NavigationPolygon — Godot Engine (stable) documentation in English
...ParsedGeometryType PARSED_GEOMETRY_STATIC_COLLIDERS = 1
Parses StaticBody2D and TileMap colliders as obstruction geometry. The collider should be in any of the layers specified by parsed_collision_mask.
ParsedGeometryType...
docs.godotengine.org › en › latest › classes
NavigationPolygon — Godot Engine (latest) documentation in English
...ParsedGeometryType PARSED_GEOMETRY_STATIC_COLLIDERS = 1
Parses StaticBody2D and TileMap colliders as obstruction geometry. The collider should be in any of the layers specified by parsed_collision_mask.
ParsedGeometryType...
docs.godotengine.org › en › stable › classes
TileSetAtlasSource — Godot Engine (stable) documentation in English
...Should be used directly with TileMap to flip placed tiles by altering their alternative IDs.
var alternate_id = $TileMap.get_cell_alternative_tile(0, Vector2i(2, 2))
if...
docs.godotengine.org › en › stable › tutorials
Optimizing Navigation Performance — Godot Engine (stable) documentation in English
...Change the SamplePartitionType
from watershed to monotone or layers to gain baking performance.
Warning
NEVER scale source geometry with nodes to avoid precision errors...
docs.godotengine.org › en › latest › tutorials
Optimizing Navigation Performance — Godot Engine (latest) documentation in English
...Change the SamplePartitionType
from watershed to monotone or layers to gain baking performance.
Warning
NEVER scale source geometry with nodes to avoid precision errors...
docs.godotengine.org › en › stable › tutorials
Optimization using batching — Godot Engine (3.6) documentation in English
...To match Godot's general-purpose nature with the batching preferences of GPUs, Godot features an intermediate layer which can automatically group together primitives...
docs.godotengine.org › en › stable › about
List of features — Godot Engine (stable) documentation in English
...Parallax layers.
Pseudo-3D support including preview in the editor.
2D lighting with normal maps and specular maps.
Point (omni/spot) and directional 2D...