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

Readlocate() public method

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