C# Class FireAction, verthex

Inheritance: DefaultMenuAction, MenuAction
ファイルを表示 Open project: austinblakeslee/verthex Class Usage Examples

Public Properties

Property Type Description
fightMenu Menu,
firingTowerNum int
isActive bool
toHide List

Public Methods

Method Description
Action ( ) : void
OnGUI ( ) : void
Update ( ) : void

Private Methods

Method Description
CheckTarget ( ) : bool
hide ( ) : void
unhide ( ) : void

Method Details

Action() public method

public Action ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

fightMenu public_oe property

public Menu, fightMenu
return Menu,

firingTowerNum public_oe property

public int firingTowerNum
return int

isActive public_oe property

public bool isActive
return bool

toHide public_oe property

public List toHide
return List