SceneTypeInfo

From Virtual World Web Wiki
Jump to: navigation, search

A structure of information about a Scene Type (registered unity scene file and it's resource)

Remarks [edit]

Properties

ResourceInfo Resource {get; set;}
The resource for the unity scene file
Guid SceneTypeID {get; set;}
The globally unique ID of the scene type
string Title {get; set;}
The name of the scene type

Constructors

SceneTypeInfo()