<<<<<<< HEAD AirlockDistance Structure
Click or drag to resize
AirlockDistance Structure
Structure used by the navigation graph to relate distances to airlocks.

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public struct AirlockDistance

The AirlockDistance type exposes the following members.

Constructors
  NameDescription
Public methodAirlockDistance
Constructor that simply sets the two values to the passed values.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Private methodFieldGetter (Inherited from Object.)
Private methodFieldSetter (Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetAirlock
Getter method for the Module.
Public methodgetDistance
Getter method for the Module.
Private methodGetFieldInfo (Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldmAirlock
An Module object (why isn't this ModuleTypeAirlock?).
Public fieldmDistance
The distance to the Module object.
Top
See Also
======= AirlockDistance Structure
Click or drag to resize
AirlockDistance Structure

[Missing <summary> documentation for "T:Planetbase.AirlockDistance"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public struct AirlockDistance

The AirlockDistance type exposes the following members.

Constructors
  NameDescription
Public methodAirlockDistance
Initializes a new instance of the AirlockDistance class
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Private methodFieldGetter (Inherited from Object.)
Private methodFieldSetter (Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetAirlock
Public methodgetDistance
Private methodGetFieldInfo (Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldmAirlock
Public fieldmDistance
Top
See Also
>>>>>>> origin/gh-pages