示例#1
0
        public static Direct3D9MeshImplementor GetInstance()
        {
            if (instance == null)
            {
                instance = new Direct3D9MeshImplementor();
            }

            return(instance);
        }
        public static Direct3D9MeshImplementor GetInstance()
        {
            if (instance == null)
            {
                instance = new Direct3D9MeshImplementor();
            }

            return instance;
        }