Table of Contents

Method SetupTile

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

SetupTile(VistaManager, GameObject)

Ensures a compatible tile component is configured on a target terrain object.

ITile SetupTile(VistaManager manager, GameObject target)

Parameters

manager VistaManager

Manager that owns the tile.

target GameObject

Target object containing terrain components.

Returns

ITile

The configured tile, or null when setup is not possible.