The list of physics collision layers.
Creates a physics collision layer and adds it to the matrix.
The unique name for the layer.
Whether the layer was successfully created.
Finds a physics collision layer with the specified name.
The layer name.
Whether a layer with the specified name was found.
Whether collisions should be detected between the two physics collision layers.
The first layer.
The second layer.
True if collisions should be detected, false otherwise.
Removes the physics collision layer with the specified name.
The layer name.
Whether the layer was removed.
Renames a physics collision layer.
The current name for the layer to rename.
The new name for the layer.
Whether the layer was renamed.
Whether collisions should be detected between the two physics collision layers.
The first layer.
The second layer.
True if collisions should be detected, false otherwise.
Physics collision layer matrix.
Remarks
Used to specify which layers can interact with each other through collisions.