Method Raycast
Raycast(PointerEventData, List<RaycastResult>)
Processing actual raycast, will be triggered by EventSystem.RaycastAll
public override void Raycast(PointerEventData eventData, List<RaycastResult> resultAppendList)
Parameters
eventData
PointerEventDataData comes from YVRInputModule
resultAppendList
List<RaycastResult>List contains the ray casting result
Raycast(YVRPointerEventData, ICollection<RaycastResult>)
protected virtual void Raycast(YVRPointerEventData eventData, ICollection<RaycastResult> resultAppendList)
Parameters
eventData
YVRPointerEventDataresultAppendList
ICollection<RaycastResult>