MiningGameServer.Shapes.ShapeAABB.ShapeAABB C# (CSharp) 메소드

ShapeAABB() 공개 메소드

public ShapeAABB ( float x, float y, float width, float height, float rotation ) : System
x float
y float
width float
height float
rotation float
리턴 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