Esempio n. 1
0
            /// <inheritdoc />
            public void Execute(int index)
            {
                var item = ItemList[index];

                SpatialHash.TryAdd(ref item);
                ItemList[index] = item;
            }