Exemplo n.º 1
0
 void Awake()
 {
     m_API     = new YleAPI();
     m_Program = SceneTransitionData.currentProgram;
 }
Exemplo n.º 2
0
    private SearchSceneState m_State;     // The current state of the search scene

    void Awake()
    {
        // Initialize variables
        m_API = new YleAPI();
    }