Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVR.Login.VideoLoader Class Reference
Inheritance diagram for PixoVR.Login.VideoLoader:
[legend]

Public Attributes

UnityEvent OnFinish = new UnityEvent()
 

Private Member Functions

IEnumerator Start ()
 
IEnumerator VideoDelay (Action onPromoEnded)
 

Private Attributes

bool autoFocus = true
 [SerializeField]
 
Transform canvas
 
GameObject loginscreen
 [SerializeField]
 
VideoPlayer videoPlayer
 [SerializeField]
 

Detailed Description

Definition at line 11 of file VideoLoader.cs.

Member Function Documentation

◆ Start()

IEnumerator PixoVR.Login.VideoLoader.Start ( )
inlineprivate

Definition at line 28 of file VideoLoader.cs.

Here is the call graph for this function:

◆ VideoDelay()

IEnumerator PixoVR.Login.VideoLoader.VideoDelay ( Action onPromoEnded)
inlineprivate

Definition at line 57 of file VideoLoader.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ autoFocus

bool PixoVR.Login.VideoLoader.autoFocus = true
privateSerializeField

[SerializeField]

Definition at line 20 of file VideoLoader.cs.

◆ canvas

Transform PixoVR.Login.VideoLoader.canvas
private

Definition at line 22 of file VideoLoader.cs.

◆ loginscreen

GameObject PixoVR.Login.VideoLoader.loginscreen
privateSerializeField

[SerializeField]

Definition at line 26 of file VideoLoader.cs.

◆ OnFinish

UnityEvent PixoVR.Login.VideoLoader.OnFinish = new UnityEvent()

Definition at line 21 of file VideoLoader.cs.

◆ videoPlayer

VideoPlayer PixoVR.Login.VideoLoader.videoPlayer
privateSerializeField

[SerializeField]

Definition at line 16 of file VideoLoader.cs.


The documentation for this class was generated from the following file: