|
| static bool | First (Vector3 origin, Vector3 direction, float distance, LayerMask layerMask, out RaycastResultHelper result) |
| |
| static bool | SphereFirst (Vector3 origin, Vector3 direction, float radius, float distance, LayerMask layerMask, out RaycastResultHelper result) |
| |
| static List< RaycastResultHelper > | All (Vector3 origin, Vector3 direction, float distance, LayerMask layerMask) |
| |
| static List< RaycastResultHelper > | All (Vector3 origin, Vector3 direction, float distance, LayerMask layerMask, List< Collider > movedColliders) |
| |
| static Vector3 | GetBoxColliderExtents (BoxCollider boxCollider) |
| |
| static bool | CastBoxExtents (Vector3 extents, Vector3 targetPosition, Matrix4x4 trs, Ray ray, float maxDistance, LayerMask surface, RaycastFunc raycastFunc, int raysPerEdge, bool ortho, out Vector3[] points, out Vector3[] normals, out bool[] hits) |
| |
Definition at line 10 of file RaycastHelper.cs.
§ All() [1/2]
| static List<RaycastResultHelper> HoloToolkit.Unity.RaycastHelper.All |
( |
Vector3 |
origin, |
|
|
Vector3 |
direction, |
|
|
float |
distance, |
|
|
LayerMask |
layerMask |
|
) |
| |
|
static |
§ All() [2/2]
| static List<RaycastResultHelper> HoloToolkit.Unity.RaycastHelper.All |
( |
Vector3 |
origin, |
|
|
Vector3 |
direction, |
|
|
float |
distance, |
|
|
LayerMask |
layerMask, |
|
|
List< Collider > |
movedColliders |
|
) |
| |
|
static |
§ CastBoxExtents()
| static bool HoloToolkit.Unity.RaycastHelper.CastBoxExtents |
( |
Vector3 |
extents, |
|
|
Vector3 |
targetPosition, |
|
|
Matrix4x4 |
trs, |
|
|
Ray |
ray, |
|
|
float |
maxDistance, |
|
|
LayerMask |
surface, |
|
|
RaycastFunc |
raycastFunc, |
|
|
int |
raysPerEdge, |
|
|
bool |
ortho, |
|
|
out Vector3 [] |
points, |
|
|
out Vector3 [] |
normals, |
|
|
out bool [] |
hits |
|
) |
| |
|
static |
§ First()
| static bool HoloToolkit.Unity.RaycastHelper.First |
( |
Vector3 |
origin, |
|
|
Vector3 |
direction, |
|
|
float |
distance, |
|
|
LayerMask |
layerMask, |
|
|
out RaycastResultHelper |
result |
|
) |
| |
|
static |
§ GetBoxColliderExtents()
| static Vector3 HoloToolkit.Unity.RaycastHelper.GetBoxColliderExtents |
( |
BoxCollider |
boxCollider | ) |
|
|
static |
§ RaycastFunc()
| delegate bool HoloToolkit.Unity.RaycastHelper.RaycastFunc |
( |
Vector3 |
origin, |
|
|
Vector3 |
direction, |
|
|
float |
distance, |
|
|
LayerMask |
layerMask, |
|
|
out RaycastResultHelper |
result |
|
) |
| |
§ SphereFirst()
| static bool HoloToolkit.Unity.RaycastHelper.SphereFirst |
( |
Vector3 |
origin, |
|
|
Vector3 |
direction, |
|
|
float |
radius, |
|
|
float |
distance, |
|
|
LayerMask |
layerMask, |
|
|
out RaycastResultHelper |
result |
|
) |
| |
|
static |
§ DebugEnabled
| bool HoloToolkit.Unity.RaycastHelper.DebugEnabled = false |
|
static |
The documentation for this class was generated from the following file: