コード例 #1
0
ファイル: BoidsEngine.cs プロジェクト: gianlucaguran/ECSTest
            public BoidEnumerator(BoidNode[] nodes, int start, int countn)
            {
#endif
                _nodes  = nodes;
                _start  = start;
                _countn = countn;
            }
コード例 #2
0
ファイル: BoidsEngine.cs プロジェクト: gianlucaguran/ECSTest
 public BoidEnumerator(DataStructures.FasterList <BoidNode> nodes, int start, int countn)
 {