C# Class HaloMap.H2MetaContainers.HaloLight

The halo light.
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
b int
g int
r int
range int

Méthodes publiques

Méthode Description
HaloLight ( int tagIndex, Map map ) : HaloMap.Map

Initializes a new instance of the HaloLight class.

Method Details

HaloLight() public méthode

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.
Résultat HaloMap.Map

Property Details

b public_oe property

The blue value
public int b
Résultat int

g public_oe property

The green value
public int g
Résultat int

r public_oe property

The red value
public int r
Résultat int

range public_oe property

The light range.
public int range
Résultat int