示例#1
0
        void Start()
        {
            MixerInteractive.GoInteractive();
            MixerInteractive.OnInteractiveButtonEvent += OnInteractiveButtonEvent;

            mirror = FindObjectOfType <Kino.Mirror>();
        }
示例#2
0
        void Start()
        {
            MixerInteractive.OnInteractiveButtonEvent += OnInteractiveButtonEvent;
            MixerInteractive.GoInteractive();

            mirror          = FindObjectOfType <Kino.Mirror>();
            glitchEffect    = FindObjectOfType <GlitchEffect>();
            datamosh        = FindObjectOfType <Kino.Datamosh>();
            grabbyTheAvatar = FindObjectOfType <GrabAvatar>();
        }