UnityEditor.CollabHistoryWindow.OnEnable C# (CSharp) Method

OnEnable() public method

public OnEnable ( ) : void
return void
        public override void OnEnable()
        {
            Collab.instance.StateChanged += new StateChangedDelegate(this.OnCollabStateChanged);
            base.initialOpenUrl = "file:///" + EditorApplication.userJavascriptPackagesPath + "unityeditor-collab-history/dist/index.html";
            base.OnEnable();
        }