C# Class QuickSwitcher, StarGrabberGearVR

Inheritance: MonoBehaviour
Afficher le fichier Open project: leapmotion/StarGrabberGearVR Class Usage Examples

Méthodes publiques

Свойство Type Description
m_enabled bool

Méthodes publiques

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

Private Methods

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

TweenToOffPosition() public méthode

public TweenToOffPosition ( ) : void
Résultat void

TweenToOnPosition() public méthode

public TweenToOnPosition ( ) : void
Résultat void

TweenToPosition() public méthode

public TweenToPosition ( float fraction, float time = 0.4f ) : void
fraction float
time float
Résultat void

Property Details

m_enabled public_oe property

public bool m_enabled
Résultat bool