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

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