RemoveLayer
Introduction
The RemoveLayer method removes the argument layer from the calling Camera. This method should be called on any Layers manually added to a Camera in custom code.
Code Example
The following code shows how to add and remove a Layer from a Camera (the Camera.Main, specifically):
Last updated