C# Class VideoPlayer, Hellbound

Inheritance: MonoBehaviour
Show file Open project: Backman/Hellbound Class Usage Examples

Public Properties

Property Type Description
m_Delay float
m_EscapeLabel UILabel
m_FadeWindowTweener UITweener
m_FirstLevel string
m_UseToLoadLevel bool
m_Video MovieTexture

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
fadeWindow ( ) : IEnumerator
startLoadLevel ( ) : IEnumerator
startVideo ( ) : IEnumerator
waitForVideo ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

m_Delay public property

public float m_Delay
return float

m_EscapeLabel public property

public UILabel m_EscapeLabel
return UILabel

m_FadeWindowTweener public property

public UITweener m_FadeWindowTweener
return UITweener

m_FirstLevel public property

public string m_FirstLevel
return string

m_UseToLoadLevel public property

public bool m_UseToLoadLevel
return bool

m_Video public property

public MovieTexture m_Video
return MovieTexture