Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRayMeshOptions

The optional param structure of the rayMesh.

Hierarchy

Index

Properties

distance

distance: number

The maximum distance of the raycast, Infinity by default.

Optional doubleSided

doubleSided: undefined | false | true

Whether to detect the double-sided or not,false by default.

mode

The raycast mode,ANY by default.

Optional result

An array used to store the results of a ray detection.

Optional subIndices

subIndices: number[]

The index of the sub mesh.

Generated using TypeDoc