Polarith AI
1.8

◆ Layers

List<string> Layers = new List<string>()

Every GameObject having one of the specified layers is belonging to the world which might be visible to (multiple) agents.

Objects belonging to layers are updated at least once on every runtime start. If you wish to update these objects at runtime (not recommended), call UpdateLayerGameObjects.

Imprint