Difference between revisions of "User:Glyph"
From Kerbal Space Program Wiki
Line 1: | Line 1: | ||
+ | {{Class | ||
+ | |inherits={{Type|MonoBehaviour,}} | ||
+ | |implements=<ul><li>{{Type|IShipconstruct}}</li><li>{{Type|ITargetable}}</li><li>{{Type|IDiscoverable}}</li></ul> | ||
+ | |summary= | ||
+ | }} | ||
+ | {{PropertiesStart}} | ||
+ | {{PropertiesEnd}} | ||
− | {{ | + | {{FieldsStart}} |
− | {{ | + | {{Field |
− | |type= | + | |type=enum |
− | |name= | + | |name=Situations |
− | |desc= | + | |desc={ LANDED, SPLASHED, PRELAUNCH, FLYING, SUB_ORBITAL, ORBITING, ESCAPING, DOCKED } |
− | | | + | {{Field |
− | | | + | |type=enum |
− | }} | + | |name=State |
+ | |desc={ INACTIVE, ACTIVE, DEAD } | ||
+ | {{FieldsEnd}} | ||
+ | |||
+ | {{MethodsStart}} | ||
+ | {{MethodsEnd}} |
Revision as of 22:56, 11 October 2015
Contents
{{{name}}} 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
{{Field |
type=enum | name=Situations | desc={ LANDED, SPLASHED, PRELAUNCH, FLYING, SUB_ORBITAL, ORBITING, ESCAPING, DOCKED }
{{Field |
type=enum | name=State | desc={ INACTIVE, ACTIVE, DEAD } |
---|
Methods
The following are methods included in Glyph.
Signature | Description |
---|