C# Class ShipController

Inheritance: MonoBehaviour
Mostra file Open project: drakelinglabs/unityarmada Class Usage Examples

Public Properties

Property Type Description
angularThrust float
linearThrust float

Public Methods

Method Description
ControlledUpdateOwner ( PlayerController, controller ) : void
Start ( ) : void

Method Details

ControlledUpdateOwner() public method

public ControlledUpdateOwner ( PlayerController, controller ) : void
controller PlayerController,
return void

Start() public method

public Start ( ) : void
return void

Property Details

angularThrust public_oe property

public float angularThrust
return float

linearThrust public_oe property

public float linearThrust
return float