Method RaycastCapsule
RaycastCapsule(Vector3, Vector3, Single, IntersectOptions)
Declaration
public static RaycastResult RaycastCapsule(Vector3 source, Vector3 target, float radius, IntersectOptions options)
Parameters
Returns
RaycastCapsule(Vector3, Vector3, Single, IntersectOptions, Entity)
Declaration
public static RaycastResult RaycastCapsule(Vector3 source, Vector3 target, float radius, IntersectOptions options, Entity ignoreEntity)
Parameters
Returns
RaycastCapsule(Vector3, Vector3, Single, Single, IntersectOptions)
Declaration
public static RaycastResult RaycastCapsule(Vector3 source, Vector3 direction, float maxDistance, float radius, IntersectOptions options)
Parameters
Returns
RaycastCapsule(Vector3, Vector3, Single, Single, IntersectOptions, Entity)
Declaration
public static RaycastResult RaycastCapsule(Vector3 source, Vector3 direction, float maxDistance, float radius, IntersectOptions options, Entity ignoreEntity)
Parameters
Returns