EntityCommandRecorder.EntityCommandRecorder(int).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.Command.EntityCommandRecorder
EntityCommandRecorder(int) Constructor
Creates a fixed sized EntityCommandRecorder.
public EntityCommandRecorder(int maxCapacity);
Parameters
maxCapacity System.Int32
The size of the EntityCommandRecorder.
Exceptions
System.ArgumentException
maxCapacity cannot be negative.