Beispiel #1
0
        /// <summary>
        /// Initializing references
        /// </summary>
        void Start()
        {
            _forkliftController = GetComponent <ForkliftController>();

            _WSMVehicleController = GetComponent <Vehicles.WSMVehicleController>();

            logtichControl = GetComponent <LogtichControl>();
        }
Beispiel #2
0
        /// <summary>
        /// Initializing references
        /// </summary>
        void Start()
        {
            _forkliftController = GetComponent <HeavyMachinery.ForkliftController>();

            _vehicleController = GetComponent <WSMVehicleController>();

            //一開始先存速度
            _forksVerticalSpeed = _forkliftController.forksVerticalSpeed;

            logtichControl = GetComponent <LogtichControl>();
        }