C# Class fBaseXtensions.Navigation.Clustering.ClusterInfo

Describes a cluster -- tracks data to describe properties of the entire cluster.
Datei anzeigen Open project: herbfunk/Funky Class Usage Examples

Protected Properties

Property Type Description
BossCounter int
DOTDPSCounter int
ElitesCounter int
FastCounter int
RangedCounter int
StrongCounter int
UnitCounter int
WeakCounter int

Public Methods

Method Description
ClusterInfo ( ) : fBaseXtensions.Cache.Internal.Objects
Merge ( ClusterInfo other ) : void
Update ( CacheUnit &unit, bool refreshproperties = false ) : void

Private Methods

Method Description
UpdateProperties ( ) : void

Method Details

ClusterInfo() public method

public ClusterInfo ( ) : fBaseXtensions.Cache.Internal.Objects
return fBaseXtensions.Cache.Internal.Objects

Merge() public method

public Merge ( ClusterInfo other ) : void
other ClusterInfo
return void

Update() public method

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

Property Details

BossCounter protected_oe property

protected int BossCounter
return int

DOTDPSCounter protected_oe property

protected int DOTDPSCounter
return int

ElitesCounter protected_oe property

protected int ElitesCounter
return int

FastCounter protected_oe property

protected int FastCounter
return int

RangedCounter protected_oe property

protected int RangedCounter
return int

StrongCounter protected_oe property

protected int StrongCounter
return int

UnitCounter protected_oe property

protected int UnitCounter
return int

WeakCounter protected_oe property

protected int WeakCounter
return int