GLSharp.Content.MeshItem.Readlocate C# (CSharp) Метод

Readlocate() публичный Метод

public Readlocate ( ) : System.Boolean
Результат System.Boolean
        public override Boolean Readlocate()
        {
            return (this.Alocated = this._graphics.AllocateMesh(this));
        }