Constructor SnapshotDataLookupHelper
SnapshotDataLookupHelper(ref SystemState, Entity, Entity)
Default constructor, collect and initialize all the internal BufferFromEntity<T> handles and collect the necessary data structures.
Declaration
public SnapshotDataLookupHelper(ref SystemState state, Entity ghostCollectionEntity, Entity spawnMapEntity)
Parameters
Type | Name | Description |
---|---|---|
SystemState | state | |
Entity | ghostCollectionEntity | The entity that hold the GhostCollection component |
Entity | spawnMapEntity | The entity that hold the SpawnedGhostEntityMap component |