ComponentCloner.Clone(Entity,Entity).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.ComponentCloner
ComponentCloner.Clone(Entity, Entity) Method
Clones one Entity components to an other.
public void Clone(in DefaultEcs.Entity from, in DefaultEcs.Entity to);
Parameters
from Entity
The source Entity.
to Entity
The target Entity.