Gives an WorldRecord to record action on the given World.
public DefaultEcs.Command.WorldRecord Record(DefaultEcs.World world);
world
World
The World to record action for.
WorldRecord
The WorldRecord used to record actions on the given World.
System.ArgumentNullException
world is null.