C# Class TapController, TapBand

Inheritance: BaseController, IPointerClickHandler, IDragHandler
显示文件 Open project: minimalgeek/TapBand Class Usage Examples

Public Properties

Property Type Description
SpotlightTapMultiplier float

Public Methods

Method Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void

Private Methods

Method Description
BindWithUI ( ) : void
CalculateTapValue ( Vector2 position, bool special ) : float
DefaultOrSelf ( float f ) : float
HandleTap ( TapArgs, args ) : void
IterateOverPositions ( ICollection positions, bool special ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Property Details

SpotlightTapMultiplier public_oe property

public float SpotlightTapMultiplier
return float