Search Results for

    Show / Hide Table of Contents

    Method RaycastCapsule

    RaycastCapsule(Vector3, Vector3, Single, IntersectOptions)

    Declaration
    public static RaycastResult RaycastCapsule(Vector3 source, Vector3 target, float radius, IntersectOptions options)
    Parameters
    Type Name Description
    Vector3 source
    Vector3 target
    System.Single radius
    IntersectOptions options
    Returns
    Type Description
    RaycastResult

    RaycastCapsule(Vector3, Vector3, Single, IntersectOptions, Entity)

    Declaration
    public static RaycastResult RaycastCapsule(Vector3 source, Vector3 target, float radius, IntersectOptions options, Entity ignoreEntity)
    Parameters
    Type Name Description
    Vector3 source
    Vector3 target
    System.Single radius
    IntersectOptions options
    Entity ignoreEntity
    Returns
    Type Description
    RaycastResult

    RaycastCapsule(Vector3, Vector3, Single, Single, IntersectOptions)

    Declaration
    public static RaycastResult RaycastCapsule(Vector3 source, Vector3 direction, float maxDistance, float radius, IntersectOptions options)
    Parameters
    Type Name Description
    Vector3 source
    Vector3 direction
    System.Single maxDistance
    System.Single radius
    IntersectOptions options
    Returns
    Type Description
    RaycastResult

    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
    Type Name Description
    Vector3 source
    Vector3 direction
    System.Single maxDistance
    System.Single radius
    IntersectOptions options
    Entity ignoreEntity
    Returns
    Type Description
    RaycastResult
    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX