TileNavigationData

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

1
public class TileNavigationData

Summary

Navigation data for a single tile.

Metadata

Namespace: GridPlacement.Core.Services.Targeting

Source File: cs/Core/Services/Targeting/TileNavigationData.cs

Assembly: GridPlacement.Core

Type: class

Properties

IsWalkable

1
public bool IsWalkable { get; set; }

Gets or sets a value indicating whether the tile can be traversed.


Weight

1
public float Weight { get; set; }

Gets or sets the movement cost/weight for traversing this tile.


Position

1
public CoreVector2I Position { get; set; }

Gets or sets the grid position of this tile.