Difference between revisions of "User:Glyph"

From Kerbal Space Program Wiki
Jump to: navigation, search
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}}
  
{{PropertiesStart}}
+
{{FieldsStart}}
{{Property
+
{{Field
|type=string
+
  |type=enum
|name=landedAt
+
  |name=Situations
|desc=
+
  |desc={ LANDED, SPLASHED, PRELAUNCH, FLYING, SUB_ORBITAL, ORBITING, ESCAPING, DOCKED }
|hasget=
+
{{Field
|hasset=
+
  |type=enum
}}
+
  |name=State
 +
  |desc={ INACTIVE, ACTIVE, DEAD }
 +
{{FieldsEnd}}
 +
 
 +
{{MethodsStart}}
 +
{{MethodsEnd}}

Revision as of 22:56, 11 October 2015

{{{name}}} Class

Inherits Implements
MonoBehaviour,
  • IShipconstruct
  • ITargetable
  • IDiscoverable

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