Ejemplo n.º 1
0
    public bool OnReqFinished()
    {
        bool ret = false;

        if (!IsInvalid)
        {
            VFVoxelChunkGo go = _chunkData.ChunkGo;
            if (go != null && !go.Equals(null))
            {
                go.SetTransGo(this, _faceMask);
                ret = true;
            }
        }
        return(ret);
    }