예제 #1
0
            public WaterFlow(WaterItemType type, DataReader r, Vector4[] vecs) : base(type)
            {
                Read(r);

                if (VectorCount > 0)
                {
                    Vectors = new Vector4[VectorCount];
                    for (int i = 0; i < VectorCount; i++)
                    {
                        Vectors[i] = vecs[VectorOffset + i];
                    }
                }
            }
예제 #2
0
            }                              //0

            public WaterFlow(WaterItemType type) : base(type)
            {
            }
예제 #3
0
            }                                 //from the end of the file

            public WaterItem(WaterItemType type)
            {
                Type = type;
            }