toNative static method
Implementation
static TurnEventNative toNative(TurnEvent obj) {
return _TurnEventNativeInit(
TurnTypeImpl.toInt(obj.type),
obj.angle,
);
}
static TurnEventNative toNative(TurnEvent obj) {
return _TurnEventNativeInit(
TurnTypeImpl.toInt(obj.type),
obj.angle,
);
}