GLSharp.Content.MeshItem.Free C# (CSharp) Method

Free() public method

public Free ( ) : System.Boolean
return System.Boolean
        public override Boolean Free()
        {
            return !(this.Alocated = !this._graphics.AllocateMesh(this));
        }