Struct NavigationParameter
- Namespace
- KSP.Navigation
- Assembly
- Assembly-CSharp.dll
public struct NavigationParameter
- Inherited Members
-
- Extension Methods
-
Fields
CoveredTolerance
public float CoveredTolerance
Field Value
- float
Default
public static NavigationParameter Default
Field Value
- NavigationParameter
IgnoreCovered
public bool IgnoreCovered
Field Value
- bool
SelectionPriorityMode
public SelectionPriorityMode SelectionPriorityMode
Field Value
- SelectionPriorityMode
_defaultDirectionalTolerance
public const float _defaultDirectionalTolerance = 10
Field Value
- float
_defaultOffsetTolerance
public const float _defaultOffsetTolerance = 10
Field Value
- float
_defaultOffsetToleranceFar
public const float _defaultOffsetToleranceFar = 200
Field Value
- float
_defaultOffsetToleranceNear
public const float _defaultOffsetToleranceNear = 10
Field Value
- float
_defaultSelectionAngularRange
public const float _defaultSelectionAngularRange = 60
Field Value
- float
_defaultmixedRadius
public const float _defaultmixedRadius = 200
Field Value
- float
Properties
AngularRange
public float AngularRange { get; set; }
Property Value
- float
DirectionalTolerance
public float DirectionalTolerance { get; set; }
Property Value
- float
MixedRadius
public float MixedRadius { get; set; }
Property Value
- float
OffsetTolerance
public float OffsetTolerance { get; set; }
Property Value
- float
OffsetToleranceFar
public float OffsetToleranceFar { get; set; }
Property Value
- float
OffsetToleranceNear
public float OffsetToleranceNear { get; set; }
Property Value
- float