C# Class Shotgun, TLH

Inheritance: MonoBehaviour
Afficher le fichier Open project: hydrater/TLH Class Usage Examples

Méthodes publiques

Свойство Type Description
bulletsPerShot int
gunOutput Transform
range float
spread float

Méthodes publiques

Méthode Description
OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void

Private Methods

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

Method Details

OnPhotonSerializeView() public méthode

public OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
stream PhotonStream,
info PhotonMessageInfo,
Résultat void

Property Details

bulletsPerShot public_oe property

public int bulletsPerShot
Résultat int

gunOutput public_oe property

public Transform gunOutput
Résultat Transform

range public_oe property

public float range
Résultat float

spread public_oe property

public float spread
Résultat float