Example #1
0
        protected override void AfterLoad()
        {                                   //Override load with custom load
            base.AfterLoad();               //parse normal load
            instance = this;                // Store static reference for global use

            validateConfiguration();        //configure,
            connectedCamera.MenuPosition(); //move camera to menu.
        }