C# Class QuickSwitcher, StarGrabberGearVR

Inheritance: MonoBehaviour
Mostra file Open project: leapmotion/StarGrabberGearVR Class Usage Examples

Public Properties

Property Type Description
m_enabled bool

Public Methods

Method Description
Start ( ) : void
TweenToOffPosition ( ) : void
TweenToOnPosition ( ) : void
TweenToPosition ( float fraction, float time = 0.4f ) : void

Private Methods

Method Description
doPositionTween ( float goalPercent, float transitionTime, TweenCompleteDelegate onComplete = null ) : IEnumerator
onOffPosition ( ) : void
onOnPosition ( ) : void
onWipeUpdate ( object sender, SystemWipeArgs, eventArgs ) : void

Method Details

Start() public method

public Start ( ) : void
return void

TweenToOffPosition() public method

public TweenToOffPosition ( ) : void
return void

TweenToOnPosition() public method

public TweenToOnPosition ( ) : void
return void

TweenToPosition() public method

public TweenToPosition ( float fraction, float time = 0.4f ) : void
fraction float
time float
return void

Property Details

m_enabled public_oe property

public bool m_enabled
return bool