C# Class Unit_Shooting

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

Méthodes publiques

Свойство Type Description
bulletPrefab GameObject

Méthodes publiques

Méthode Description
BulletSpawned ( SimpleNetworkedMonoBehavior bullet ) : void
Shoot ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

BulletSpawned() public méthode

public BulletSpawned ( SimpleNetworkedMonoBehavior bullet ) : void
bullet SimpleNetworkedMonoBehavior
Résultat void

Shoot() public méthode

public Shoot ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

bulletPrefab public_oe property

public GameObject bulletPrefab
Résultat GameObject