toNative static method
Implementation
static TargetReachedEventNative toNative(TargetReachedEvent obj) {
return _TargetReachedEventNativeInit(
obj.index,
LocationPointImpl.toNative(obj.point),
);
}
static TargetReachedEventNative toNative(TargetReachedEvent obj) {
return _TargetReachedEventNativeInit(
obj.index,
LocationPointImpl.toNative(obj.point),
);
}