C# Class SwingEnemy, 306_project2

Inheritance: MonoBehaviour
Afficher le fichier Open project: ElliotWhiley/306_project2

Méthodes publiques

Свойство Type Description
currentRotationZ float
goingRight bool
newRotationZ float
swingVelocity float

Méthodes publiques

Méthode Description
Accelerate ( ) : void
Awake ( ) : void
Decelerate ( ) : void
Start ( ) : void
Swing ( ) : void

Method Details

Accelerate() public méthode

public Accelerate ( ) : void
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

Decelerate() public méthode

public Decelerate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Swing() public méthode

public Swing ( ) : void
Résultat void

Property Details

currentRotationZ public_oe property

public float currentRotationZ
Résultat float

goingRight public_oe property

public bool goingRight
Résultat bool

newRotationZ public_oe property

public float newRotationZ
Résultat float

swingVelocity public_oe property

public float swingVelocity
Résultat float