コード例 #1
0
        //PUBLIC

        public void GetIonBeamBehaviour(IonBeamBehaviour ionBeamBehaviour)
        {
            _ionBeamBehaviour = ionBeamBehaviour;
        }
コード例 #2
0
        // CORE

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