C# 클래스 ctac.CardInteractionMediator

상속: strange.extensions.mediation.impl.Mediator
파일 보기 프로젝트 열기: dshook/centauri-tac

Private Properties

프로퍼티 타입 설명
StartSelectTargets void
onActivate void
onCardActivated void
onClick void
onHover void
onSelectedTarget void
onTargetCancel void

공개 메소드들

메소드 설명
OnRegister ( ) : void
onRemove ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OnRegister() 공개 메소드

public OnRegister ( ) : void
리턴 void

onRemove() 공개 메소드

public onRemove ( ) : void
리턴 void