C# Class Shotgun, TLH

Inheritance: MonoBehaviour
Show file Open project: hydrater/TLH Class Usage Examples

Public Properties

Property Type Description
bulletsPerShot int
gunOutput Transform
range float
spread float

Public Methods

Method Description
OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void
fire ( ) : void
shotGun ( ) : void

Method Details

OnPhotonSerializeView() public method

public OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
stream PhotonStream,
info PhotonMessageInfo,
return void

Property Details

bulletsPerShot public property

public int bulletsPerShot
return int

gunOutput public property

public Transform gunOutput
return Transform

range public property

public float range
return float

spread public property

public float spread
return float