C# Class PlayerMove, nyu_studio_summer2015

Inheritance: WalkingChar
Afficher le fichier Open project: radiatoryang/nyu_studio_summer2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
projectile Rigidbody

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Shoot ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Shoot() public méthode

public Shoot ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

projectile public_oe property

public Rigidbody projectile
Résultat Rigidbody