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.