MiningGameServer.Shapes.ShapeAABB.ShapeAABB C# (CSharp) Méthode

ShapeAABB() public méthode

public ShapeAABB ( float x, float y, float width, float height, float rotation ) : System
x float
y float
width float
height float
rotation float
Résultat System
        public ShapeAABB(float x, float y, float width, float height, float rotation = 0)
            : this(new Rectangle((int)x, (int)y, (int)width, (int)height), rotation)
        {
        }

Same methods

ShapeAABB::ShapeAABB ( Rectangle r, float rotation ) : System