UNPKG

hytopia

Version:

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

21 lines (15 loc) 570 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. **Signature:** ```typescript export type RaycastOptions = { ignoresSensors?: boolean; filterFlags?: RAPIER.QueryFilterFlags; filterGroups?: number; filterExcludeCollider?: RAPIER.Collider; filterExcludeRigidBody?: RAPIER.RigidBody; filterPredicate?: (collider: RAPIER.Collider) => boolean; }; ```