C# Class Shotgun, TLH

Inheritance: MonoBehaviour
显示文件 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_oe property

public int bulletsPerShot
return int

gunOutput public_oe property

public Transform gunOutput
return Transform

range public_oe property

public float range
return float

spread public_oe property

public float spread
return float