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.

Contents

  1. 0.1DefaultEcs.ComponentCloner
  2. 1ComponentCloner.Clone(Entity, Entity) Method