C# 클래스 HaloMap.H2MetaContainers.HaloLight

The halo light.
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
b int
g int
r int
range int

공개 메소드들

메소드 설명
HaloLight ( int tagIndex, Map map ) : HaloMap.Map

Initializes a new instance of the HaloLight class.

메소드 상세

HaloLight() 공개 메소드

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.
리턴 HaloMap.Map

프로퍼티 상세

b 공개적으로 프로퍼티

The blue value
public int b
리턴 int

g 공개적으로 프로퍼티

The green value
public int g
리턴 int

r 공개적으로 프로퍼티

The red value
public int r
리턴 int

range 공개적으로 프로퍼티

The light range.
public int range
리턴 int