Photon Fusion
2.1.1
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. | |
Base parameters needed to execute a box overlap query.
| BoxOverlapQueryParams | ( | QueryParams | queryParams, |
| Vector3 | center, | ||
| Vector3 | extents, | ||
| Quaternion | rotation, | ||
| int | staticHitsCapacity ) |
Create a new BoxOverlapQueryParams.
| queryParams | Parameters to be used |
| center | The query center |
| extents | The query extents |
| rotation | The query rotation |
| staticHitsCapacity | Capacity for the cached PhysX and Box2D static hits. |