C# Class fBaseXtensions.Cache.Internal.Avoidance.AvoidanceValue

Describes an individual avoidance properties
Afficher le fichier Open project: herbfunk/Funky Class Usage Examples

Méthodes publiques

Свойство Type Description
Health double
Radius double
Type AvoidanceType
Weight int

Méthodes publiques

Méthode Description
AvoidanceValue ( ) : System.Xml.Serialization
AvoidanceValue ( AvoidanceType type, double hp, double radius, int weight, int secondsRemove = -1 ) : System.Xml.Serialization
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

AvoidanceValue() public méthode

public AvoidanceValue ( ) : System.Xml.Serialization
Résultat System.Xml.Serialization

AvoidanceValue() public méthode

public AvoidanceValue ( AvoidanceType type, double hp, double radius, int weight, int secondsRemove = -1 ) : System.Xml.Serialization
type AvoidanceType
hp double
radius double
weight int
secondsRemove int
Résultat System.Xml.Serialization

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

Health public_oe property

public double Health
Résultat double

Radius public_oe property

public double Radius
Résultat double

Type public_oe property

public AvoidanceType Type
Résultat AvoidanceType

Weight public_oe property

public int Weight
Résultat int