Difference between revisions of "User:Glyph"
From Kerbal Space Program Wiki
Line 5: | Line 5: | ||
|summary= | |summary= | ||
}} | }} | ||
+ | {{PropertiesStart}} | ||
+ | {{PropertiesEnd}} | ||
{{FieldsStart}} | {{FieldsStart}} | ||
Line 11: | Line 13: | ||
|name=Situations | |name=Situations | ||
|desc={ LANDED, SPLASHED, PRELAUNCH, FLYING, SUB_ORBITAL, ORBITING, ESCAPING, DOCKED } | |desc={ LANDED, SPLASHED, PRELAUNCH, FLYING, SUB_ORBITAL, ORBITING, ESCAPING, DOCKED } | ||
+ | }} | ||
{{Field | {{Field | ||
|type=enum | |type=enum | ||
|name=State | |name=State | ||
|desc={ INACTIVE, ACTIVE, DEAD } | |desc={ INACTIVE, ACTIVE, DEAD } | ||
+ | }} | ||
{{FieldsEnd}} | {{FieldsEnd}} | ||
+ | |||
+ | {{MethodsStart}} | ||
+ | {{MethodsEnd}} |
Revision as of 23:06, 11 October 2015
Contents
Vessel Class
Inherits | Implements |
---|---|
MonoBehaviour |
|
Properties
The following are public properties available in Glyph.
Signature | Description |
---|
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 |
---|