C# Class OrbitingWeapon, verthex

Inheritance: MonoBehaviour
Mostra file Open project: austinblakeslee/verthex

Public Properties

Property Type Description
orbitSpeed float
orbitee Transform
orbiting bool
oscillateSpeed float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

orbitSpeed public_oe property

public float orbitSpeed
return float

orbitee public_oe property

public Transform orbitee
return Transform

orbiting public_oe property

public bool orbiting
return bool

oscillateSpeed public_oe property

public float oscillateSpeed
return float