Interface IUpdatableBoundingBox
Represents an entity whose bounding box can be recomputed.
public interface IUpdatableBoundingBox
Methods
UpdateWorldBoundingBox(float)
Recomputes the world-space bounding box.
void UpdateWorldBoundingBox(float dt = 0)
Parameters
dtfloatThe timestep for velocity-based expansion. Default is zero.