Click or drag to resize

Tiler.GetTiles Method

Gets the child tiles of parentTile.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public abstract Collection<Tile> GetTiles(
	Tile parentTile
)

Parameters

parentTile
Type: AGI.Foundation.Graphics.Advanced.Tile
The Tile whose children will be returned.

Return Value

Type: Collection<Tile>
The children of parentTile.
See Also