Exemple #1
0
        /// <summary>
        /// Resolves the dependencies needed for this instance to work.
        /// </summary>
        protected override void ResolveDependencies()
        {
            base.ResolveDependencies();

            this.vuforiaService = WaveServices.GetService <VuforiaService>();
        }
Exemple #2
0
        protected override void Initialize()
        {
            base.Initialize();

            this.arService = WaveServices.GetService <VuforiaService>();
        }
        protected override void Initialize()
        {
            base.Initialize();

            this.arService = WaveServices.GetService<VuforiaService>();
        }