Exemplo n.º 1
0
    void Start()
    {
        m_winInfo    = (hglWindowInfo)hgca.FindAscendantComponent(gameObject, typeof(hglWindowInfo));
        m_renderInfo = GetComponent <hglHtmlRenderInfo>();
        m_xmlScript  = GetComponent <xmlScriptMan>();
        m_history    = new HISTORY();

        var file = hglConfig.GetResourceFrom(m_winInfo.m_ResourceFrom) + m_winInfo.m_url;

        Browse(file);
    }
Exemplo n.º 2
0
 void Start()
 {
     m_scriptMan = GetComponent <xmlScriptMan>();
 }