コード例 #1
0
ファイル: ElementPool.cs プロジェクト: Elizafur/FPS-Transfer
 public unsafe void CopyFrom(ElementPool <T> other)
 {
     ElementPoolBase->CopyFrom <T>(*other.ElementPoolBase);
 }