C# 클래스 TapController, TapBand

상속: BaseController, IPointerClickHandler, IDragHandler
파일 보기 프로젝트 열기: minimalgeek/TapBand 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SpotlightTapMultiplier float

공개 메소드들

메소드 설명
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void

비공개 메소드들

메소드 설명
BindWithUI ( ) : void
CalculateTapValue ( Vector2 position, bool special ) : float
DefaultOrSelf ( float f ) : float
HandleTap ( TapArgs, args ) : void
IterateOverPositions ( ICollection positions, bool special ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

프로퍼티 상세

SpotlightTapMultiplier 공개적으로 프로퍼티

public float SpotlightTapMultiplier
리턴 float