コード例 #1
0
ファイル: UserCarControll.cs プロジェクト: LazyGod/1999
        private CarController m_Car; // the car controller we want to use

        #endregion Fields

        #region Methods

        private void Awake()
        {
            // get the car controller
            m_Car = GetComponent<CarController>();
        }
コード例 #2
0
        private CarController m_Car; // the car controller we want to use


        private void Awake()
        {
            // get the car controller
            m_Car = GetComponent <CarController>();
        }