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

Describes an individual avoidance properties
Show file Open project: herbfunk/Funky Class Usage Examples

Public Properties

Property Type Description
Health double
Radius double
Type AvoidanceType
Weight int

Public Methods

Method 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 method

public AvoidanceValue ( ) : System.Xml.Serialization
return System.Xml.Serialization

AvoidanceValue() public method

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
return System.Xml.Serialization

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

Health public property

public double Health
return double

Radius public property

public double Radius
return double

Type public property

public AvoidanceType Type
return AvoidanceType

Weight public property

public int Weight
return int