C# Class Epigene.UI.ExternalVideoLoader

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager

Public Methods

Method Description
Load ( string name, UIVideo video ) : void

Private Methods

Method Description
LoadExternalCoroutine ( string name, UIVideo video ) : IEnumerator
Start ( ) : void

Start the screen

Method Details

Load() public method

public Load ( string name, UIVideo video ) : void
name string
video UIVideo
return void