Will realtime transform still fire ownershipDidChange if all syncing checkboxes are turned off?
Will realtime transform still fire ownerIDSelfDidChange if all syncing checkboxes are turned off?
Solution
----------------------
Yes, you are correct. The
Therefore, it is likely that the
For more detailed information, you may want to refer to the official Normcore documentation or reach out to their support:
Yes, you are correct. The
ownerIDSelfDidChange event is specifically tied to changes in the ownership of the component or model. It is dispatched when the ownerIDSelf value changes, which represents the client ID of the component owner. This event is not directly related to the syncing checkboxes, which typically control the synchronization of specific properties or states.Therefore, it is likely that the
ownerIDSelfDidChange event would still fire when the ownership changes, regardless of the state of the syncing checkboxes. However, without specific information on how the syncing checkboxes interact with the ownership events in the provided documentation, this is an educated assumption.For more detailed information, you may want to refer to the official Normcore documentation or reach out to their support:
- RealtimeModel (https://normcore.io/documentation/reference/classes/Normal.Realtime.RealtimeModel)
- RealtimeComponent<TModel> (https://normcore.io/documentation/reference/classes/Normal.Realtime.RealtimeComponent%601)
- RealtimeView (https://normcore.io/documentation/reference/classes/Normal.Realtime.RealtimeView)
----------------------
Note: you can ask me a follow up question by @ mentioning me again
----------------------