Photon Fusion
2.0.9
Base parameters needed to execute a sphere overlap query More...
Public Member Functions | |
| SphereOverlapQueryParams (QueryParams queryParams, Vector3 center, float radius, int staticHitsCapacity) | |
| Create a new SphereOverlapQueryParams. More... | |
Public Attributes | |
| Vector3 | Center |
| Represents the center of the sphere for the overlap query. More... | |
| QueryParams | QueryParams |
| Represents the base parameters for the sphere overlap query. More... | |
| float | Radius |
| Represents the radius of the sphere 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 sphere overlap query
| SphereOverlapQueryParams | ( | QueryParams | queryParams, |
| Vector3 | center, | ||
| float | radius, | ||
| int | staticHitsCapacity | ||
| ) |
Create a new SphereOverlapQueryParams.
| queryParams | Parameters to be used |
| center | The query center |
| radius | The query radius |
| staticHitsCapacity | Capacity for the cached PhysX and Box2D static hits. |
| Vector3 Center |
Represents the center of the sphere for the overlap query.
Represents the base parameters for the sphere overlap query.
| float Radius |
Represents the radius of the sphere for the overlap query.
| int StaticHitsCapacity |
Represents the capacity for the cached PhysX and Box2D static hits.