예제 #1
0
 public static c000075 m000055(c000067 p0)
 {
     c000075 c = c000052.m000055(p0);
     c.m000265(0.5f);
     return c;
 }
예제 #2
0
 public void m00029c(c000067 p0)
 {
     if (this.f00002c != null)
     {
         throw new NotImplementedException();
     }
     this.f000027 = p0;
 }
예제 #3
0
 public static c000067 m000057(IList<Texture2D> p0, float p1)
 {
     if (p0.Count == 0)
     {
         return null;
     }
     c000067 c = new c000067();
     foreach (Texture2D textured in p0)
     {
         c.Add(new c000090(textured, p1));
     }
     return c;
 }