C# Class ShootRound

Inheritance: Photon.MonoBehaviour
Show file Open project: daniel-cheng/stellar

Public Properties

Property Type Description
isEnabled bool
mouseDown bool
newObject Transform
rateOfFire float
reloadTime float
rootObject Transform
velocity float

Public Methods

Method Description
OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
OnStateChange ( ) : void
Shoot ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnPhotonSerializeView() public method

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

OnStateChange() public method

public OnStateChange ( ) : void
return void

Shoot() public method

public Shoot ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

isEnabled public property

public bool isEnabled
return bool

mouseDown public property

public bool mouseDown
return bool

newObject public property

public Transform newObject
return Transform

rateOfFire public property

public float rateOfFire
return float

reloadTime public property

public float reloadTime
return float

rootObject public property

public Transform rootObject
return Transform

velocity public property

public float velocity
return float