Exemplo n.º 1
0
            /// <inheritdoc />
            public void Execute(Entity entity, int index, ref T item)
            {
                var mirror = new TY {
                    GetItemID = item.SpatialHashingIndex
                };

                CommandBuffer.AddComponent(index, entity, mirror);
            }