Delegate RefitNotificationDelegate
Delegate type for notification of refit operations.
Namespace: Microsoft.MixedReality.WorldLocking.Core
Assembly: cs.temp.dll.dll
Syntax
public delegate void RefitNotificationDelegate(FragmentId mergedId, FragmentId[] absorbedIds);
Parameters
Type | Name | Description |
---|---|---|
FragmentId | mergedId | The fragment id of the target merged fragment. |
FragmentId[] | absorbedIds | Fragment ids of all affected fragments. |
Remarks
In the case of a merge operation, absorbedIds will contain all and only the ids of the fragments that were merged into mergedId, but not including mergedId. In the case of a refreeze operation, absorbedIds will also contain mergedId.