C# Class ctac.CameraMovementMediator

Inheritance: strange.extensions.mediation.impl.Mediator
Mostrar archivo Open project: dshook/centauri-tac

Private Properties

Property Type Description
onCancelTarget void
onCardSelected void
onHistoryHover void
onPieceDragging void
onSelectTarget void
onStartTarget void

Public Methods

Method Description
OnRegister ( ) : void
onRemove ( ) : void

Private Methods

Method Description
onCancelTarget ( CardModel c ) : void
onCardSelected ( CardSelectedModel card ) : void
onHistoryHover ( bool h ) : void
onPieceDragging ( PieceModel p ) : void
onSelectTarget ( TargetModel c ) : void
onStartTarget ( TargetModel m ) : void

Method Details

OnRegister() public method

public OnRegister ( ) : void
return void

onRemove() public method

public onRemove ( ) : void
return void