Search Results for

    Method Raycast

    Raycast(PointerEventData, List<RaycastResult>)

    Processing actual raycast, will be triggered by EventSystem.RaycastAll

    Declaration
    public override void Raycast(PointerEventData eventData, List<RaycastResult> resultAppendList)
    Parameters
    Type Name Description
    PointerEventData eventData

    Data comes from YVRInputModule

    List<RaycastResult> resultAppendList

    List contains the ray casting result

    Overrides
    YVRGraphicRaycaster.Raycast(PointerEventData, List<RaycastResult>)
    In This Article