Creates a fixed sized EntityCommandRecorder.
public EntityCommandRecorder(int maxCapacity);
maxCapacity
System.Int32
The size of the EntityCommandRecorder.
System.ArgumentException
maxCapacity cannot be negative.
Creates a fixed sized EntityCommandRecorder.
public EntityCommandRecorder(int maxCapacity);
maxCapacity
System.Int32
The size of the EntityCommandRecorder.
System.ArgumentException
maxCapacity cannot be negative.