@needle-tools/engine
Version:
Needle Engine is a web-based runtime for 3D apps. It runs on your machine for development with great integrations into editors like Unity or Blender - and can be deployed onto any device! It is flexible, extensible and networking and XR are built-in.
8 lines • 442 B
JavaScript
import { Behaviour } from "../Component.js";
/** This component is just used as a marker on objects for WebXR teleportation
* The default XRControllerMovement script checks if this component is on the object you are pointing at and if so it will teleport to that location if triggered
* If the component is not present it won't teleport
*/
export class TeleportTarget extends Behaviour {
}
//# sourceMappingURL=TeleportTarget.js.map