MCPcopy Create free account
hub / github.com/BabylonJS/BabylonReactNative / copyAndroidARCoreFiles

Function copyAndroidARCoreFiles

Package/gulpfile.js:86–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84};
85
86const copyAndroidARCoreFiles = () => {
87 return gulp.src('../Modules/@babylonjs/react-native/shared/BabylonNative/Repo/Dependencies/xr/Source/ARCore/Include/*')
88 .pipe(gulp.dest(`Assembled/android/include`));
89};
90
91const copyiOSARKitFiles = () => {
92 return gulp.src('../Modules/@babylonjs/react-native/shared/BabylonNative/Repo/Dependencies/xr/Source/ARKit/Include/*')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected