• Get the flattened hierarchy of layers registered with the engine.

    This function returns a dictionary of LayerMap instances that define the engine’s rendering hierarchy. The dictionary contains an entry for every LayerMap registered with the engine. This is unlike the get_layerMaps() interface, which only returns the “root” layer maps. Because there is a layer map for every solar system planet and every known moon thereof, this dictionary is quite large.

    The keying is done such that allMaps[map.get_name()] = map.

    Returns {
        [name: string]: LayerMap;
    }

Generated using TypeDoc