RayOptions constructor
RayOptions({
- Vector3? from,
- Vector3? to,
- RaycastCallback? callback,
- RayMode? mode,
- bool? checkCollisionResponse,
- int? collisionFilterGroup,
- int? collisionFilterMask,
- RaycastResult? result,
- bool? skipBackfaces,
Implementation
RayOptions({
this.from,
this.to,
this.callback,
this.mode,
this.checkCollisionResponse,
this.collisionFilterGroup,
this.collisionFilterMask,
this.result,
this.skipBackfaces
});