C# Class ca.HenrySoftware.CoverFlow.DetectTap

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: rakkarage/Unity3D-CoverFlow

Public Properties

Property Type Description
Scale float
Time float

Public Methods

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

Protected Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
HandlePress ( object sender, TouchScript e ) : void
HandleRelease ( object sender, TouchScript e ) : void
HandleTap ( object sender, TouchScript e ) : void
ScaleDown ( GameObject o ) : void
ScaleUp ( GameObject o ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Property Details

Scale public_oe property

public float Scale
return float

Time public_oe property

public float Time
return float