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.
|
public abstract HideWaitForAutomaticPairing ( ) : IEnumerator | ||
return | IEnumerator |
public abstract ShowFailToPairTag ( VRTracker.Manager.VRT_Tag tag ) : IEnumerator | ||
tag | VRTracker.Manager.VRT_Tag | |
return | IEnumerator |
public abstract ShowLoadingNextScene ( ) : IEnumerator | ||
return | IEnumerator |
public abstract ShowPairTag ( VRTracker.Manager.VRT_Tag tag ) : IEnumerator | ||
tag | VRTracker.Manager.VRT_Tag | |
return | IEnumerator |
public abstract ShowStartPairingButton ( ) : IEnumerator | ||
return | IEnumerator |
public abstract ShowWaitForAutomaticPairing ( ) : IEnumerator | ||
return | IEnumerator |