Photon Fusion 2.1.1

BoxOverlapQueryParams Struct Reference

Base parameters needed to execute a box overlap query. More...

Public Member Functions

 BoxOverlapQueryParams (QueryParams queryParams, Vector3 center, Vector3 extents, Quaternion rotation, int staticHitsCapacity)
 Create a new BoxOverlapQueryParams.

Public Attributes

Vector3 Center
 Represents the center of the box for the overlap query.
Vector3 Extents
 Represents the extents of the box for the overlap query.
QueryParams QueryParams
 Represents the base parameters for the query.
Quaternion Rotation
 Represents the rotation of the box for the overlap query.
int StaticHitsCapacity
 Represents the capacity for the cached PhysX and Box2D static hits.

Detailed Description

Base parameters needed to execute a box overlap query.

Constructor & Destructor Documentation

◆ BoxOverlapQueryParams()

BoxOverlapQueryParams ( QueryParams queryParams,
Vector3 center,
Vector3 extents,
Quaternion rotation,
int staticHitsCapacity )

Create a new BoxOverlapQueryParams.

Parameters
queryParamsParameters to be used
centerThe query center
extentsThe query extents
rotationThe query rotation
staticHitsCapacityCapacity for the cached PhysX and Box2D static hits.