C# Class HaloMap.H2MetaContainers.HaloLight

The halo light.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
b int
g int
r int
range int

Public Methods

Method Description
HaloLight ( int tagIndex, Map map ) : HaloMap.Map

Initializes a new instance of the HaloLight class.

Method Details

HaloLight() public method

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

Property Details

b public_oe property

The blue value
public int b
return int

g public_oe property

The green value
public int g
return int

r public_oe property

The red value
public int r
return int

range public_oe property

The light range.
public int range
return int