C# Class UbhRandomSpiralMultiShot, JI-Game

Inheritance: UbhBaseShot
显示文件 Open project: hdmmY/JI-Game

Public Properties

Property Type Description
_RandomDelayMax float
_RandomDelayMin float
_RandomSpeedMax float
_RandomSpeedMin float
_SpiralWayNum int

Public Methods

Method Description
Shot ( ) : void

Private Methods

Method Description
ShotCoroutine ( ) : IEnumerator,

Method Details

Shot() public method

public Shot ( ) : void
return void

Property Details

_RandomDelayMax public_oe property

public float _RandomDelayMax
return float

_RandomDelayMin public_oe property

public float _RandomDelayMin
return float

_RandomSpeedMax public_oe property

public float _RandomSpeedMax
return float

_RandomSpeedMin public_oe property

public float _RandomSpeedMin
return float

_SpiralWayNum public_oe property

public int _SpiralWayNum
return int