Photon Fusion
2.1.1
Base parameters needed to execute a raycast query. More...
Public Member Functions | |
| RaycastQueryParams (QueryParams queryParams, Vector3 origin, Vector3 direction, float length, int staticHitsCapacity=64) | |
| Create a new RaycastQueryParams. | |
Base parameters needed to execute a raycast query.
| RaycastQueryParams | ( | QueryParams | queryParams, |
| Vector3 | origin, | ||
| Vector3 | direction, | ||
| float | length, | ||
| int | staticHitsCapacity = 64 ) |
Create a new RaycastQueryParams.
| queryParams | Parameters to be used |
| origin | The raycast origin |
| direction | The raycast direction |
| length | The raycast max length |
| staticHitsCapacity | Capacity for the cached PhysX and Box2D static hits. |