Difference between revisions of "User:Glyph"

From Kerbal Space Program Wiki
Jump to: navigation, search
Line 2: Line 2:
 
   |inherits={{Type|MonoBehaviour}}
 
   |inherits={{Type|MonoBehaviour}}
 
   |implements=<ul><li>{{Type|IShipconstruct}}</li><li>{{Type|ITargetable}}</li><li>{{Type|IDiscoverable}}</li></ul>
 
   |implements=<ul><li>{{Type|IShipconstruct}}</li><li>{{Type|ITargetable}}</li><li>{{Type|IDiscoverable}}</li></ul>
 +
  |name=Vessel
 
   |summary=
 
   |summary=
 
}}
 
}}

Revision as of 23:01, 11 October 2015

Vessel 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