C# Class ShipController

Inheritance: MonoBehaviour
Afficher le fichier Open project: drakelinglabs/unityarmada Class Usage Examples

Méthodes publiques

Свойство Type Description
angularThrust float
linearThrust float

Méthodes publiques

Méthode Description
ControlledUpdateOwner ( PlayerController, controller ) : void
Start ( ) : void

Method Details

ControlledUpdateOwner() public méthode

public ControlledUpdateOwner ( PlayerController, controller ) : void
controller PlayerController,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

angularThrust public_oe property

public float angularThrust
Résultat float

linearThrust public_oe property

public float linearThrust
Résultat float