Tesseract Engine Documentation

BoundingVolume.UpdateRay Method 

Update the position of our bounding volume

public void UpdateRay(
   Vector3 currentPosition,
   Vector3 currentDirection
);

Parameters

currentPosition
The current position of the object
currentDirection
The current orientation of the Ray

See Also

BoundingVolume Class | DarkWynter.Engine.Physics Namespace