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

파일 보기 프로젝트 열기: herbfunk/Funky 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ClusterDistance double
ClusterFlags ClusterProperties
DOTDPSRatio double
IgnoreNonTargetable bool
MaximumDistance float
MinimumDistance float
MinimumUnits int
UseRadiusDistance bool

공개 메소드들

메소드 설명
ClusterConditions ( double clusterRadius, float MaxDistanceFromBot, int MinimumUnitCount, bool IgnoreNonTargetableUnits, double DotDPSRatio = 0.00, ClusterProperties clusterflags = ClusterProperties.None, float minDistance = 0f, bool useRadiusDistance = false )
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

ClusterConditions() 공개 메소드

public ClusterConditions ( double clusterRadius, float MaxDistanceFromBot, int MinimumUnitCount, bool IgnoreNonTargetableUnits, double DotDPSRatio = 0.00, ClusterProperties clusterflags = ClusterProperties.None, float minDistance = 0f, bool useRadiusDistance = false )
clusterRadius double
MaxDistanceFromBot float
MinimumUnitCount int
IgnoreNonTargetableUnits bool
DotDPSRatio double
clusterflags ClusterProperties
minDistance float
useRadiusDistance bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ClusterDistance 공개적으로 프로퍼티

public double ClusterDistance
리턴 double

ClusterFlags 공개적으로 프로퍼티

public ClusterProperties ClusterFlags
리턴 ClusterProperties

DOTDPSRatio 공개적으로 프로퍼티

public double DOTDPSRatio
리턴 double

IgnoreNonTargetable 공개적으로 프로퍼티

public bool IgnoreNonTargetable
리턴 bool

MaximumDistance 공개적으로 프로퍼티

public float MaximumDistance
리턴 float

MinimumDistance 공개적으로 프로퍼티

public float MinimumDistance
리턴 float

MinimumUnits 공개적으로 프로퍼티

public int MinimumUnits
리턴 int

UseRadiusDistance 공개적으로 프로퍼티

public bool UseRadiusDistance
리턴 bool