Search Results for

    Show / Hide Table of Contents

    Method Raycast

    Raycast(Vector3, Vector3, IntersectOptions)

    Declaration
    public static RaycastResult Raycast(Vector3 source, Vector3 target, IntersectOptions options)
    Parameters
    Type Name Description
    Vector3 source
    Vector3 target
    IntersectOptions options
    Returns
    Type Description
    RaycastResult

    Raycast(Vector3, Vector3, IntersectOptions, Entity)

    Declaration
    public static RaycastResult Raycast(Vector3 source, Vector3 target, IntersectOptions options, Entity ignoreEntity)
    Parameters
    Type Name Description
    Vector3 source
    Vector3 target
    IntersectOptions options
    Entity ignoreEntity
    Returns
    Type Description
    RaycastResult

    Raycast(Vector3, Vector3, Single, IntersectOptions)

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

    Raycast(Vector3, Vector3, Single, IntersectOptions, Entity)

    Declaration
    public static RaycastResult Raycast(Vector3 source, Vector3 direction, float maxDistance, IntersectOptions options, Entity ignoreEntity)
    Parameters
    Type Name Description
    Vector3 source
    Vector3 direction
    System.Single maxDistance
    IntersectOptions options
    Entity ignoreEntity
    Returns
    Type Description
    RaycastResult
    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX