C# Class GameEntities.RTSUnitAI.UserControlPanelTask

Show file Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Public Methods

Method Description
UserControlPanelTask ( Task task ) : System
UserControlPanelTask ( Task task, bool active ) : System
UserControlPanelTask ( Task task, bool active, bool enable ) : System

Method Details

UserControlPanelTask() public method

public UserControlPanelTask ( Task task ) : System
task Task
return System

UserControlPanelTask() public method

public UserControlPanelTask ( Task task, bool active ) : System
task Task
active bool
return System

UserControlPanelTask() public method

public UserControlPanelTask ( Task task, bool active, bool enable ) : System
task Task
active bool
enable bool
return System