C# Class weapon00, TLH

Inheritance: Photon.MonoBehaviour
Afficher le fichier Open project: hydrater/TLH

Méthodes publiques

Свойство Type Description
projectile GameObject
weaponOutput Transform

Méthodes publiques

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

Private Methods

Méthode Description
Shoot ( ) : void
Start ( ) : void
Update ( ) : void
shootingEffect ( Vector3 pos, Vector3 endPoint ) : void

Method Details

OnPhotonSerializeView() public méthode

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

Property Details

projectile public_oe property

public GameObject projectile
Résultat GameObject

weaponOutput public_oe property

public Transform weaponOutput
Résultat Transform