CreateNewFromTo static method

Ray CreateNewFromTo(
  1. Vector3 origin,
  2. Vector3 end, [
  3. Matrix world
])

Implementation

external static Ray CreateNewFromTo(Vector3 origin, Vector3 end, [Matrix world]);