C# 클래스 fBaseXtensions.Navigation.Clustering.ClusterInfo

Describes a cluster -- tracks data to describe properties of the entire cluster.
파일 보기 프로젝트 열기: herbfunk/Funky 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
BossCounter int
DOTDPSCounter int
ElitesCounter int
FastCounter int
RangedCounter int
StrongCounter int
UnitCounter int
WeakCounter int

공개 메소드들

메소드 설명
ClusterInfo ( ) : fBaseXtensions.Cache.Internal.Objects
Merge ( ClusterInfo other ) : void
Update ( CacheUnit &unit, bool refreshproperties = false ) : void

비공개 메소드들

메소드 설명
UpdateProperties ( ) : void

메소드 상세

ClusterInfo() 공개 메소드

public ClusterInfo ( ) : fBaseXtensions.Cache.Internal.Objects
리턴 fBaseXtensions.Cache.Internal.Objects

Merge() 공개 메소드

public Merge ( ClusterInfo other ) : void
other ClusterInfo
리턴 void

Update() 공개 메소드

public Update ( CacheUnit &unit, bool refreshproperties = false ) : void
unit fBaseXtensions.Cache.Internal.Objects.CacheUnit
refreshproperties bool
리턴 void

프로퍼티 상세

BossCounter 보호되어 있는 프로퍼티

protected int BossCounter
리턴 int

DOTDPSCounter 보호되어 있는 프로퍼티

protected int DOTDPSCounter
리턴 int

ElitesCounter 보호되어 있는 프로퍼티

protected int ElitesCounter
리턴 int

FastCounter 보호되어 있는 프로퍼티

protected int FastCounter
리턴 int

RangedCounter 보호되어 있는 프로퍼티

protected int RangedCounter
리턴 int

StrongCounter 보호되어 있는 프로퍼티

protected int StrongCounter
리턴 int

UnitCounter 보호되어 있는 프로퍼티

protected int UnitCounter
리턴 int

WeakCounter 보호되어 있는 프로퍼티

protected int WeakCounter
리턴 int