PhysicsTileInfo
AUTO-GENERATED FILE – DO NOT EDIT MANUALLY
This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.
Declaration
Summary
Physics collision information for a tile.
Metadata
Namespace: GridPlacement.Core.Types
Source File: cs/Core/Types/TileInfo.cs
Assembly: GridPlacement.Core
Type: record
Implements
IEquatable<PhysicsTileInfo>
Properties
GridPosition
Grid position of the queried tile.
WorldPosition
World position queried.
HasColliders
Whether any physics colliders were found at this position.
Colliders
List of colliders found at this position.
IsOccupied
Whether the tile is considered occupied by physics bodies.