Type alias RaycastSystemOptions

RaycastSystemOptions: {
    collisionMask?: number;
    continuous?: boolean;
    includeWorld?: boolean;
    maxDistance: number;
    originOffset?: PBVector3;
    queryType: RaycastQueryType;
    shape?: RaycastShape;
}

Type declaration

  • Optional collisionMask?: number
  • Optional continuous?: boolean
  • Optional includeWorld?: boolean
  • maxDistance: number
  • Optional originOffset?: PBVector3
  • queryType: RaycastQueryType
  • Optional shape?: RaycastShape