Example #1
0
        protected override void Start()
        {
            VuforiaARController expr_05 = VuforiaARController.Instance;

            expr_05.RegisterVideoBgEventHandler(this);
            expr_05.RegisterVuforiaInitializedCallback(new Action(this.OnVuforiaInitialized));
        }