User:Glyph
From Kerbal Space Program Wiki
Contents
Vessel Class
Inherits | Implements |
---|---|
MonoBehaviour |
|
Class attributes:
Properties
The following are public properties available in Glyph.
Signature | Description |
---|---|
ActionGroupList ActionGroups { } | 0 |
VesselAutopilot Autopilot { } | 0 |
Vector3 CurrentCoM { } | 0 |
DiscoveryInfo DiscoveryInfo { } | 0 |
float distanceLandedPackThreshold { } | 1 |
float distanceLandedUnpackThreshold { } | 1 |
float distancePackThreshold { } | 1 |
float distanceUnpackThreshold { } | 1 |
bool HoldPhysics { } | 0 |
bool isActiveVessel { } | 0 |
bool isCommandable { } | 0 |
bool IsControllable { } | 0 |
bool isEVA { } | 0 |
bool isPersistent { } | 1 |
bool IsRecoverable { } | 0 |
bool LandedOrSplashed { } | 0 |
static float loadDistance { } | 1 |
CelestialBody mainBody { } | 0 |
Orbit orbit { } | 0 |
List<Part> Parts { } | 0 |
bool PatchedConicsAttached { } | 0 |
Transform ReferenceTransform { } | 0 |
static float unloadDistance { } | 1 |
VesselValues VesselValues { } | 0 |
Fields
The following is a list of publically-accessible fields in Glyph. This includes protected items, which can be accessed by subclasses.
Signature | Description |
---|---|
enum Situations | { LANDED, SPLASHED, PRELAUNCH, FLYING, SUB_ORBITAL, ORBITING, ESCAPING, DOCKED } |
enum State | { INACTIVE, ACTIVE, DEAD } |
Methods
The following are methods included in Glyph.
Signature | Description |
---|