C# Class HaloMap.H2MetaContainers.Sky

The sky.
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
fog Fog
fogenabled bool

Public Methods

Method Description
Sky ( ) : HaloMap.Map

Initializes a new instance of the Sky class.

Sky ( int tag, Map map ) : HaloMap.Map

Initializes a new instance of the Sky class.

Method Details

Sky() public method

Initializes a new instance of the Sky class.
public Sky ( ) : HaloMap.Map
return HaloMap.Map

Sky() public method

Initializes a new instance of the Sky class.
public Sky ( int tag, Map map ) : HaloMap.Map
tag int The tag.
map HaloMap.Map.Map The map.
return HaloMap.Map

Property Details

fog public property

The fog.
public Fog fog
return Fog

fogenabled public property

The fogenabled.
public bool fogenabled
return bool