feat(runtime): expose dormant placement receipts
This commit is contained in:
parent
4c02ac4259
commit
270f5154b9
9 changed files with 223 additions and 4 deletions
|
|
@ -283,6 +283,8 @@ internal sealed class RuntimeSetPositionState : IDisposable
|
|||
_preparedMovers.Count);
|
||||
}
|
||||
|
||||
internal int PendingProjectionCount => _pendingProjection.Count;
|
||||
|
||||
internal void BindEventStream(RuntimeEntityObjectEventStream events)
|
||||
{
|
||||
EnsureNotDisposed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue