protected override void OnAwake() { type = ICLOiSimPlugin.Type.GPS; gps = gameObject.GetComponent <SensorDevices.GPS>(); attachedDevices.Add("GPS", gps); partsName = DeviceHelper.GetPartName(gameObject); }
protected override void OnAwake() { type = Type.GPS; gps = gameObject.GetComponent <SensorDevices.GPS>(); partName = DeviceHelper.GetPartName(gameObject); }
protected override void OnAwake() { gps = gameObject.GetComponent <SensorDevices.GPS>(); }