UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

22 lines (13 loc) 559 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [RaycastOptions](./server.raycastoptions.md) ## RaycastOptions type Options for raycasting. Use for: configuring `Simulation.raycast` calls. Do NOT use for: caching long-term query state; build per query. \*\*Category:\*\* Physics **Signature:** ```typescript export type RaycastOptions = { solidMode?: boolean; } & FilterOptions; ``` **References:** [FilterOptions](./server.filteroptions.md)