Add the layer at the given index in this camera's list of layers. Layers may be viewed by multiple cameras at once.
Add the layer at the given index in this camera's list of layers. Layers may be viewed by multiple cameras at once.
public virtual void AddLayer(int,PLayer);
Add the layer to the end of this camera's list of layers. Layers may be viewed by multiple cameras at once.
public virtual void AddLayer(PLayer);
PCamera Class | UMD.HCIL.Piccolo Namespace