SmashBros.Models.ImageModel.BoundBoxDimension C# (CSharp) Method

BoundBoxDimension() private method

private BoundBoxDimension ( World world, int width, int height, Vector2 offset ) : void
world FarseerPhysics.Dynamics.World
width int
height int
offset Vector2
return void
        internal void BoundBoxDimension(World world, int width, int height, Vector2 offset)
        {
            DisposBoundBox();
            SetBoundBox(world, width, height, offset);
        }