Exemple #1
0
 public void Append <T>(UnsafeList src) where T : struct
 {
     Append(UnsafeUtility.SizeOf <T>(), src);
 }