C# Class weapon00, TLH

Inheritance: Photon.MonoBehaviour
Mostrar archivo Open project: hydrater/TLH

Public Properties

Property Type Description
projectile GameObject
weaponOutput Transform

Public Methods

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

Private Methods

Method Description
Shoot ( ) : void
Start ( ) : void
Update ( ) : void
shootingEffect ( Vector3 pos, Vector3 endPoint ) : void

Method Details

OnPhotonSerializeView() public method

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

Property Details

projectile public_oe property

public GameObject projectile
return GameObject

weaponOutput public_oe property

public Transform weaponOutput
return Transform