C# Class ctac.CardInteractionMediator

Inheritance: strange.extensions.mediation.impl.Mediator
Mostra file Open project: dshook/centauri-tac

Private Properties

Property Type Description
StartSelectTargets void
onActivate void
onCardActivated void
onClick void
onHover void
onSelectedTarget void
onTargetCancel void

Public Methods

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

Private Methods

Method Description
StartSelectTargets ( ) : void
onActivate ( GameObject activated ) : void
onCardActivated ( ActivateModel a ) : void
onClick ( GameObject clickedObject, Vector3 point ) : void
onHover ( GameObject hoveredObject ) : void
onSelectedTarget ( TargetModel targetModel ) : void
onTargetCancel ( CardModel card ) : void

Method Details

OnRegister() public method

public OnRegister ( ) : void
return void

onRemove() public method

public onRemove ( ) : void
return void