Aiv.Fast2D.Example.Rope.Rope C# (CSharp) Method

Rope() public method

public Rope ( float maxLength, float lineWidth ) : System
maxLength float
lineWidth float
return System
        public Rope(float maxLength, float lineWidth)
            : base(0, 0, 0, 0, lineWidth)
        {
            this.maxLength = maxLength;
        }