Ejemplo n.º 1
0
        public PictureFile(string name, EBodyType bodyType, ELensType lensType, ELightType lightType)
        {
            MetaPool meta_pool = MetaPool.Singleton;

            meta = meta_pool.MakeMeta(bodyType, lensType, lightType);
        }
Ejemplo n.º 2
0
 static MetaPool()
 {
     Singleton = new MetaPool();
 }