Tesseract Engine Documentation

BoundingVolume.UpdateBox Method 

Update the position of our bounding volume

public void UpdateBox(
   Vector3 currentPosition,
   Quaternion rotation,
   Vector3 boxScale
);

Parameters

currentPosition
The current position of the object
rotation
Box Orientation
boxScale
Vector3 scale of the box

See Also

BoundingVolume Class | DarkWynter.Engine.Physics Namespace