C# Class PlayerShooting, Ninja_Dudes

Inheritance: MonoBehaviour
Afficher le fichier Open project: GDCASU/Ninja_Dudes Class Usage Examples

Méthodes publiques

Свойство Type Description
PlayerNumber int
cooldownTimeSecs float
muzzle GameObject
projectile GameObject
speed float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
fire ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

fire() public méthode

public fire ( ) : void
Résultat void

Property Details

PlayerNumber public_oe property

public int PlayerNumber
Résultat int

cooldownTimeSecs public_oe property

public float cooldownTimeSecs
Résultat float

muzzle public_oe property

public GameObject muzzle
Résultat GameObject

projectile public_oe property

public GameObject projectile
Résultat GameObject

speed public_oe property

public float speed
Résultat float