BEPUphysics.BroadPhaseEntries.MobileCollidables.EntityCollidable.UpdateBoundingBox C# (CSharp) Méthode

UpdateBoundingBox() public méthode

Updates the bounding box of the mobile collidable according to the associated entity's current state. Do not use this if the EntityCollidable does not have an associated entity; consider using UpdateBoundingBoxForTransform instead.
public UpdateBoundingBox ( ) : void
Résultat void
        public override void UpdateBoundingBox()
        {
            UpdateBoundingBox(0);
        }

Same methods

EntityCollidable::UpdateBoundingBox ( float dt ) : void