GLSharp.Content.MeshItem.Readlocate C# (CSharp) Méthode

Readlocate() public méthode

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