DOMWeather

From Virtual World Web Wiki
Jump to: navigation, search

Represents the client-specific weather system in use in a scene

Remarks [edit]

Properties

DOMWeatherRenderingType GalaxyTypeIndex {get; set;}
Specifies galaxy redering mode as a DOMWeatherRenderingType enumeration.
DOMWeatherRenderingType MoonTypeIndex {get; set;}
Specifies moon redering mode as a DOMWeatherRenderingType enumeration.
DOMWeatherRenderingType StarTypeIndex {get; set;}
Specifies stars redering mode as a DOMWeatherRenderingType enumeration.
DOMWeatherRenderingType SunTypeIndex {get; set;}
Specifies sun redering mode as a DOMWeatherRenderingType enumeration.

Constructors

DOMWeather()
Constructs a new DOMWeather with default settings
DOMWeather(DOMObject[] children)
Constructs a new DOMWeather, adding children at the same time
DOMWeather(string title, DOMObject[] children)
Constructs a new DOMWeather, setting a title and adding children at the same time

Methods

bool CheckChild(DOMObject child)
Called on DOMObject derived types just before a child is added to their Children collection to ensure they are acceptable
bool CheckParent(DOMObject parent)
Called on DOMObject derived types just before they are added to the DOM to ensure their parent is appropriate.