EntityCommandRecorder.Record(World).md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.Command.EntityCommandRecorder

EntityCommandRecorder.Record(World) Method

Gives an WorldRecord to record action on the given World.

public DefaultEcs.Command.WorldRecord Record(DefaultEcs.World world);

Parameters

world World

The World to record action for.

Returns

WorldRecord
The WorldRecord used to record actions on the given World.

Exceptions

System.ArgumentNullException
world is null.

Contents

  1. 0.1DefaultEcs.Command.EntityCommandRecorder
  2. 1EntityCommandRecorder.Record(World) Method