Creates a copy of current Entity with all of its components in the given World.
This method is not thread safe.
public DefaultEcs.Entity CopyTo(DefaultEcs.World world);
world
World
The World instance to which copy current Entity and its components.
Entity
The created Entity in the given World.
System.InvalidOperationException
Entity was not created from a World.