cryptomaxC
Normalβ€’2y ago
cryptomax

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
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:

Was this page helpful?