ILayerVersionInfo

From Virtual World Web Wiki
Jump to: navigation, search

An interface to a structure of information about a layer version. Layers are DOM documents stored in ObjectTypes that make up the objects you see in a scene.

Remarks [edit]

Properties

bool Active {get;}
True if this is the active version of the layer. Only one version can be active at a time.
DateTime? LastActivated {get;}
The last date and time that this layer was made active
ILayerInfo Layer {get;}
Information about the layer of which this is a version
Guid LayerVersionID {get;}
A shortcut for this.ObjectType.ObjectTypeID since LayerVersions map 1:1 to ObjectTypes
string Name {get;}
The name of the layer version
IObjectTypeInfo ObjectType {get;}
Information about the ObjectType that is holding the layout for this version of the layer