C# Class ctac.CameraMovementMediator

Inheritance: strange.extensions.mediation.impl.Mediator
Afficher le fichier Open project: dshook/centauri-tac

Private Properties

Свойство Type Description
onCancelTarget void
onCardSelected void
onHistoryHover void
onPieceDragging void
onSelectTarget void
onStartTarget void

Méthodes publiques

Méthode Description
OnRegister ( ) : void
onRemove ( ) : void

Private Methods

Méthode 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 méthode

public OnRegister ( ) : void
Résultat void

onRemove() public méthode

public onRemove ( ) : void
Résultat void