C# Class VideoPlayer, Hellbound

Inheritance: MonoBehaviour
Afficher le fichier Open project: Backman/Hellbound Class Usage Examples

Méthodes publiques

Свойство Type Description
m_Delay float
m_EscapeLabel UILabel
m_FadeWindowTweener UITweener
m_FirstLevel string
m_UseToLoadLevel bool
m_Video MovieTexture

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
fadeWindow ( ) : IEnumerator
startLoadLevel ( ) : IEnumerator
startVideo ( ) : IEnumerator
waitForVideo ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

m_Delay public_oe property

public float m_Delay
Résultat float

m_EscapeLabel public_oe property

public UILabel m_EscapeLabel
Résultat UILabel

m_FadeWindowTweener public_oe property

public UITweener m_FadeWindowTweener
Résultat UITweener

m_FirstLevel public_oe property

public string m_FirstLevel
Résultat string

m_UseToLoadLevel public_oe property

public bool m_UseToLoadLevel
Résultat bool

m_Video public_oe property

public MovieTexture m_Video
Résultat MovieTexture