C# Class HaloMap.H2MetaContainers.Sky

The sky.
显示文件 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_oe property

The fog.
public Fog fog
return Fog

fogenabled public_oe property

The fogenabled.
public bool fogenabled
return bool