Beispiel #1
0
        //PUBLIC

        public void GetIonBeamBehaviour(IonBeamBehaviour ionBeamBehaviour)
        {
            _ionBeamBehaviour = ionBeamBehaviour;
        }
Beispiel #2
0
        // CORE

        private void Awake()
        {
            _ionBeamCamera    = GameObject.Find("IonBeamCamera").GetComponent <IonBeamCamera>();
            _ionBeamBehaviour = GetComponent <IonBeamBehaviour>();
        }