SFML.Graphics.ConvexShape.ConvexShape C# (CSharp) Method

ConvexShape() public method

Default constructor
public ConvexShape ( ) : System
return System
        public ConvexShape() :
            this(0)
        {
        }

Same methods

ConvexShape::ConvexShape ( ConvexShape copy ) : System
ConvexShape::ConvexShape ( uint pointCount ) : System