C# Class Emitter_S, urban-survivors

Inheritance: Emitter
显示文件 Open project: exdev/urban-survivors

Public Properties

Property Type Description
angle float
max_bullet int

Public Methods

Method Description
Emit ( Transform _anchor, GameObject _bullet, bool _activeReload ) : int

Method Details

Emit() public method

public Emit ( Transform _anchor, GameObject _bullet, bool _activeReload ) : int
_anchor Transform
_bullet GameObject
_activeReload bool
return int

Property Details

angle public_oe property

public float angle
return float

max_bullet public_oe property

public int max_bullet
return int