Interface TileCubeTree

interface TileCubeTree {
    children: TileCubeNode[];
}

Properties

Properties

children: TileCubeNode[]