SmashBros.Models.ImageModel.BoundBoxDimension C# (CSharp) Метод

BoundBoxDimension() приватный Метод

private BoundBoxDimension ( World world, int width, int height, Vector2 offset ) : void
world FarseerPhysics.Dynamics.World
width int
height int
offset Vector2
Результат void
        internal void BoundBoxDimension(World world, int width, int height, Vector2 offset)
        {
            DisposBoundBox();
            SetBoundBox(world, width, height, offset);
        }