Table of Contents

Class LevelContext

Namespace
MoonBark.GridPlacement.Godot.Level
Assembly
MoonBark.GridPlacement.Godot.dll

Resolves the target TileMapLayer for MoonBark.GridPlacement operations. Set TargetMap to point to the desired TileMapLayer node.

public class LevelContext
Inheritance
LevelContext
Inherited Members

Properties

TargetMap

The TileMapLayer that MoonBark.GridPlacement will use for placement operations.

[Export(PropertyHint.None, "")]
public TileMapLayer? TargetMap { get; set; }

Property Value

TileMapLayer

Methods

GetTargetTileMapLayer()

Returns the resolved TileMapLayer, or null if not set.

public TileMapLayer? GetTargetTileMapLayer()

Returns

TileMapLayer