C# Class VRTracker.Pairing.VRT_PairingUI

Inheritance: MonoBehaviour
Exibir arquivo Open project: VR-Tracker/Unity-Plugin Class Usage Examples

Public Methods

Method Description
HideWaitForAutomaticPairing ( ) : IEnumerator

Hide the automatic pairing message.

ShowFailToPairTag ( VRTracker.Manager.VRT_Tag tag ) : IEnumerator

Shows information when the pairing timed out, with a button to restart it.

ShowLoadingNextScene ( ) : IEnumerator

Shows the user we are loading the next scene.

ShowPairTag ( VRTracker.Manager.VRT_Tag tag ) : IEnumerator

Shows the information to tell the user to pair the Tag

ShowStartPairingButton ( ) : IEnumerator

Show a button to trigger to start the pairing sequence. Returns only when the button is pressed

ShowWaitForAutomaticPairing ( ) : IEnumerator

Shows to the user we are awaiting for the automatic pairing.

Method Details

HideWaitForAutomaticPairing() public abstract method

Hide the automatic pairing message.
public abstract HideWaitForAutomaticPairing ( ) : IEnumerator
return IEnumerator

ShowFailToPairTag() public abstract method

Shows information when the pairing timed out, with a button to restart it.
public abstract ShowFailToPairTag ( VRTracker.Manager.VRT_Tag tag ) : IEnumerator
tag VRTracker.Manager.VRT_Tag
return IEnumerator

ShowLoadingNextScene() public abstract method

Shows the user we are loading the next scene.
public abstract ShowLoadingNextScene ( ) : IEnumerator
return IEnumerator

ShowPairTag() public abstract method

Shows the information to tell the user to pair the Tag
public abstract ShowPairTag ( VRTracker.Manager.VRT_Tag tag ) : IEnumerator
tag VRTracker.Manager.VRT_Tag
return IEnumerator

ShowStartPairingButton() public abstract method

Show a button to trigger to start the pairing sequence. Returns only when the button is pressed
public abstract ShowStartPairingButton ( ) : IEnumerator
return IEnumerator

ShowWaitForAutomaticPairing() public abstract method

Shows to the user we are awaiting for the automatic pairing.
public abstract ShowWaitForAutomaticPairing ( ) : IEnumerator
return IEnumerator