C# Class MotherShipControlInfo, WorldMaker

Inheritance: MonoBehaviour
Mostra file Open project: SvenFrankson/WorldMaker

Public Properties

Property Type Description
targetMotherShip MotherShip,
targetPilotState MotherShip.PilotState
targetTextMesh UnityEngine.TextMesh

Private Properties

Property Type Description

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

targetMotherShip public_oe property

public MotherShip, targetMotherShip
return MotherShip,

targetPilotState public_oe property

public MotherShip.PilotState targetPilotState
return MotherShip.PilotState

targetTextMesh public_oe property

public TextMesh,UnityEngine targetTextMesh
return UnityEngine.TextMesh