LinkCost Methods | ![]() |
The LinkCost type exposes the following members.
Name | Description | |
---|---|---|
![]() | addCost(Int32) |
Increase the cost of this link by the specified amount.
|
![]() | addCost(UInt32) |
Increase the cost of this link by the specified amount.
|
![]() | addMeters(Int32) |
Increase or reduce the length of this link by the specified number of meters.
|
![]() | addMeters(UInt32) |
Increase the length of this link by the specified number of meters.
|
![]() | addTime(Int32) |
Increase or reduce the time required to travel this link by the specified number of 1/100th seconds.
|
![]() | addTime(UInt32) |
Increase the time required to travel this link by the specified number of 1/100th seconds.
|
![]() | Equals |
Indicates whether a specified object is a link cost identical to this one.
(Overrides ValueTypeEquals(Object).) |
![]() | GetHashCode |
Returns a hash value for this link cost.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Gets the link costs as a string.
(Overrides ValueTypeToString.) |