C# Class fBaseXtensions.Navigation.Clustering.ClusterInfo

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

Protected Properties

Свойство Type Description
BossCounter int
DOTDPSCounter int
ElitesCounter int
FastCounter int
RangedCounter int
StrongCounter int
UnitCounter int
WeakCounter int

Méthodes publiques

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

Private Methods

Méthode Description
UpdateProperties ( ) : void

Method Details

ClusterInfo() public méthode

public ClusterInfo ( ) : fBaseXtensions.Cache.Internal.Objects
Résultat fBaseXtensions.Cache.Internal.Objects

Merge() public méthode

public Merge ( ClusterInfo other ) : void
other ClusterInfo
Résultat void

Update() public méthode

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

Property Details

BossCounter protected_oe property

protected int BossCounter
Résultat int

DOTDPSCounter protected_oe property

protected int DOTDPSCounter
Résultat int

ElitesCounter protected_oe property

protected int ElitesCounter
Résultat int

FastCounter protected_oe property

protected int FastCounter
Résultat int

RangedCounter protected_oe property

protected int RangedCounter
Résultat int

StrongCounter protected_oe property

protected int StrongCounter
Résultat int

UnitCounter protected_oe property

protected int UnitCounter
Résultat int

WeakCounter protected_oe property

protected int WeakCounter
Résultat int