public class VgLayerManager
extends java.lang.Object
Constructor and Description |
---|
VgLayerManager(VgIEngine pEngine)
Creates a layer manager for the provided engine.
|
Modifier and Type | Method and Description |
---|---|
void |
delete() |
VgLayerRefPtr |
editLayer(java.lang.String pName)
Access a VgLayer using it's name.
|
VgLayerVector |
editLayers()
Access to the VgLayer collection.
|
VgLayerVector |
getLayers()
Const access to the VgLayer collection.
|
public VgLayerManager(VgIEngine pEngine)
pEngine
- The engine instance this layer manager is built on.public void delete()
public VgLayerRefPtr editLayer(java.lang.String pName)
pName
- The name of the accessed layer.public VgLayerVector getLayers()
public VgLayerVector editLayers()