Ejemplo n.º 1
0
        internal static MyCullProxy_2 Allocate()
        {
            var o = Pool.Allocate1();

            o.Construct();
            return(o);
        }
Ejemplo n.º 2
0
        internal static MyLinesBatch CreateBatch()
        {
            var batch = m_batchesPool.Allocate1();

            batch.Construct();
            return(batch);
        }