toNative static method

Implementation

static SensorMeasurementNative toNative(SensorMeasurement obj)  {
    return _SensorMeasurementNativeInit(
      SensorTypeImpl.toInt(obj.type),
      Vector3dImpl.toNative(obj.values),
      obj.time,
    );
}