C# Class Unit_Shooting

Inheritance: NetworkBehaviour
Mostra file Open project: drakelinglabs/unityarmada Class Usage Examples

Public Properties

Property Type Description
bulletPrefab GameObject

Public Methods

Method Description
BulletSpawned ( SimpleNetworkedMonoBehavior bullet ) : void
Shoot ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

BulletSpawned() public method

public BulletSpawned ( SimpleNetworkedMonoBehavior bullet ) : void
bullet SimpleNetworkedMonoBehavior
return void

Shoot() public method

public Shoot ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bulletPrefab public_oe property

public GameObject bulletPrefab
return GameObject