Physics collision layer matrix.
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.
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.
Generated using TypeDoc
Physics collision layer matrix.