UNPKG

sandai-react

Version:

React components and utilities for the Sandai 3D AI Characters.

8 lines 237 B
import { Vector3 } from "three"; export interface RpcMethods_Camera { "_vrmManager.focusManager._camera.getWorldDirection": { args: [target: Vector3]; return: Vector3; }; } //# sourceMappingURL=Camera.rpc.d.ts.map