Difference between revisions of "User:Glyph"
From Kerbal Space Program Wiki
Line 13: | Line 13: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 20: | Line 20: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 27: | Line 27: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 34: | Line 34: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 69: | Line 69: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 76: | Line 76: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 83: | Line 83: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 90: | Line 90: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 97: | Line 97: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 111: | Line 111: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 118: | Line 118: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 132: | Line 132: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 139: | Line 139: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 146: | Line 146: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 153: | Line 153: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 160: | Line 160: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{Property | {{Property | ||
Line 174: | Line 174: | ||
|desc= | |desc= | ||
|hasget=1 | |hasget=1 | ||
− | |hasset= | + | |hasset= |
}} | }} | ||
{{PropertiesEnd}} | {{PropertiesEnd}} |
Revision as of 00:37, 12 October 2015
Contents
Vessel Class
Inherits | Implements |
---|---|
MonoBehaviour |
|
Class attributes:
Properties
The following are public properties available in Glyph.
Signature | Description |
---|---|
ActionGroupList ActionGroups { get; } | |
VesselAutopilot Autopilot { get; } | |
Vector3 CurrentCoM { get; } | |
DiscoveryInfo DiscoveryInfo { get; } | |
float distanceLandedPackThreshold { get; set; } | Has attribute [Obsolete("Use Vessel.vesselRanges instead")] |
float distanceLandedUnpackThreshold { get; set; } | Has attribute [Obsolete("Use Vessel.vesselRanges instead")] |
float distancePackThreshold { get; set; } | Has attribute [Obsolete("Use Vessel.vesselRanges instead")] |
float distanceUnpackThreshold { get; set; } | Has attribute [Obsolete("Use Vessel.vesselRanges instead")] |
bool HoldPhysics { get; } | |
bool isActiveVessel { get; } | |
bool isCommandable { get; } | |
bool IsControllable { get; } | |
bool isEVA { get; } | |
bool isPersistent { get; set; } | |
bool IsRecoverable { get; } | |
bool LandedOrSplashed { get; } | |
static float loadDistance { get; set; } | Has attribute [Obsolete("Use Vessel.vesselRanges instead")] |
CelestialBody mainBody { get; } | |
Orbit orbit { get; } | |
List<Part> Parts { get; } | |
bool PatchedConicsAttached { get; } | |
Transform ReferenceTransform { get; } | |
static float unloadDistance { get; set; } | Has attribute [Obsolete("Use Vessel.vesselRanges instead")] |
VesselValues VesselValues { get; } |
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 |
---|