Raycast Gizmos visualizer
1.0
|
This is the complete list of members for Kit.Physic.CapsuleCastData, including all inherited members.
CapsuleCast(Vector3 _point1, Vector3 _point2, float _radius, Vector3 _direction, float _maxDistance, int layerMask=Physics.DefaultRaycastLayers, QueryTriggerInteraction queryTriggerInteraction=QueryTriggerInteraction.UseGlobal) | Kit.Physic.CapsuleCastData | |
CapsuleCast(int layerMask=Physics.DefaultRaycastLayers, QueryTriggerInteraction queryTriggerInteraction=QueryTriggerInteraction.UseGlobal) | Kit.Physic.CapsuleCastData | |
CapsuleCastData(Vector3 _point1, Vector3 _point2, float _radius, Vector3 _direction, float _maxDistance) | Kit.Physic.CapsuleCastData | |
CapsuleCastNonAlloc(Vector3 _point1, Vector3 _point2, float _radius, Vector3 _direction, RaycastHit[] hits, float _maxDistance=Mathf.Infinity, int layerMask=Physics.DefaultRaycastLayers, QueryTriggerInteraction queryTriggerInteraction=QueryTriggerInteraction.UseGlobal) | Kit.Physic.CapsuleCastData | |
CapsuleCastNonAlloc(RaycastHit[] hits, int layerMask=Physics.DefaultRaycastLayers, QueryTriggerInteraction queryTriggerInteraction=QueryTriggerInteraction.UseGlobal) | Kit.Physic.CapsuleCastData | |
direction | Kit.Physic.CapsuleCastData | |
DrawAllGizmos(ref RaycastHit[] raycastHits, int validArraySize, Color color=default(Color), Color hitColor=default(Color)) | Kit.Physic.CapsuleCastData | |
DrawGizmos(Color color, Color hitColor) | Kit.Physic.CapsuleCastData | |
GetEndPoints(float _distance) | Kit.Physic.CapsuleCastData | |
hitCount | Kit.Physic.CapsuleCastData | |
hitResult | Kit.Physic.CapsuleCastData | |
hitted | Kit.Physic.CapsuleCastData | |
maxDistance | Kit.Physic.CapsuleCastData | |
NONE | Kit.Physic.CapsuleCastData | static |
point1 | Kit.Physic.CapsuleCastData | |
point2 | Kit.Physic.CapsuleCastData | |
radius | Kit.Physic.CapsuleCastData | |
Reset() | Kit.Physic.CapsuleCastData | |
ToString() | Kit.Physic.CapsuleCastData | |
Update(Vector3 _point1, Vector3 _point2, float _radius, Vector3 _direction, float _maxDistance) | Kit.Physic.CapsuleCastData |