Creates a copy of current EntityRecord with all of its components in the given World.
public DefaultEcs.Command.EntityRecord CopyTo(DefaultEcs.World world);
world
World
The World instance to which copy current EntityRecord and its components.
EntityRecord
The created EntityRecord in the given World.
System.ArgumentNullException
world was null.