raycastCallback abstract method

double raycastCallback(
  1. RayCastInput input,
  2. int nodeId
)

retruns the fraction to the node

Implementation

double raycastCallback(RayCastInput input, int nodeId);