Enum EntityQueryCaptureMode
Specifies when an EntityQuery passed to an EntityCommandBuffer should be evaluated.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public enum EntityQueryCaptureModeRemarks
This can significantly affect which entities are matched by the query, as well as the overall performance of the requested operation.
Fields
| Name | Description | 
|---|---|
| AtPlayback | Request that the query's results be captured when the corresponding command is played back. | 
| AtRecord | (Obsolete) Request that the query's results be captured immediately, when the command is recorded. |