Difference between revisions of "ISceneInfo"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the ISceneInfo class)
(Documentation for the ISceneInfo class)
 
Line 1: Line 1:
 
An interface to a structure of information about a scene which is a type of [[Worldspace]]
 
An interface to a structure of information about a scene which is a type of [[Worldspace]]
  
 +
*'''Inherits interface: [[IAreaInfo]]'''
 +
*'''Inherits interface: [[ISecurableInfo]]'''
 
===Remarks <nowiki>[</nowiki>[{{fullurl:ISceneInfo Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:ISceneInfo Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
{{#ifexist:ISceneInfo Remarks|{{:ISceneInfo Remarks}}|}}
 
{{#ifexist:ISceneInfo Remarks|{{:ISceneInfo Remarks}}|}}

Latest revision as of 12:09, 30 April 2019

An interface to a structure of information about a scene which is a type of Worldspace

Remarks [edit]

Properties

string Alias {get;}
The URL-safe name of this scene, used to form the last segment of a VWW URL
Uri Uri {get;}
The full VWW URL of the scene represented by this structure
IWorldInfo World {get;}
The world in which this scene exists.