feat(runtime): seal dormant SetPosition evaluations
This commit is contained in:
parent
22651c823d
commit
99f867f053
16 changed files with 2298 additions and 62 deletions
|
|
@ -145,7 +145,8 @@ internal readonly record struct PhysicsSetPositionResult(
|
|||
bool CellChanged = false,
|
||||
PhysicsShadowCommitAction ShadowAction = PhysicsShadowCommitAction.None,
|
||||
ImmutableArray<uint> CrossCellIds = default,
|
||||
ImmutableArray<uint> CollidedObjectIds = default)
|
||||
ImmutableArray<uint> CollidedObjectIds = default,
|
||||
ImmutableArray<uint> QueriedCellIds = default)
|
||||
{
|
||||
internal bool IsSuccessful => Error == PhysicsSetPositionError.Ok;
|
||||
internal bool IsCommitted =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue