Photon Fusion
2.0.9
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 More... | |
Public Attributes | |
| Vector3 | Center |
| Represents the center of the box for the overlap query. More... | |
| Vector3 | Extents |
| Represents the extents of the box for the overlap query. More... | |
| QueryParams | QueryParams |
| Represents the base parameters for the query. More... | |
| Quaternion | Rotation |
| Represents the rotation of the box for the overlap query. More... | |
| int | StaticHitsCapacity |
| Represents the capacity for the cached PhysX and Box2D static hits. More... | |
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. |
| Vector3 Center |
Represents the center of the box for the overlap query.
| Vector3 Extents |
Represents the extents of the box for the overlap query.
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.