Piccolo.NET

PCamera.AddLayer Method (Int32, PLayer)

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 index,
   PLayer layer
);

Parameters

index
The index at which to add the layer.
layer
The layer to add to this camera.

See Also

PCamera Class | UMD.HCIL.Piccolo Namespace | PCamera.AddLayer Overload List


Web Accessibility