Physics Layers
How to work with Unity Game Object layers in Airship
Last updated
How to work with Unity Game Object layers in Airship
Last updated
Airship reserves layers 0-16 for internal use. Every other layer is available for use by game devs.
These layers are named GameLayer[0-31] but can be renamed as you see fit.
You may also change the Physics Matrix for these layers. Read more about the
In Typescript you can use the layers via their name or index. You can easily get their index with the GameLayer static Enum.