RealtimeModelEvent
RealtimeModelEvent
Static Fields
public RealtimeModelEvent OnWillWrite
Dispatched before a serialization pass.
public RealtimeModelEvent OnDidWrite
Dispatched after a serialization pass.
public RealtimeModelEvent OnWillRead
Dispatched before a deserialization pass.
public RealtimeModelEvent OnDidRead
Dispatched after a deserialization pass.
public RealtimeModelEvent OnDidReadProperties
Dispatched after a model reads property changes from a remote update.
If no properties were changed by the update (meaning, it was redundant) this event is not dispatched.
public RealtimeModelEvent OnDidReadModel
Dispatched after a model reads properties from a remote update.
Unlike OnDidReadProperties, this event is dispatched for redundant updates.
public RealtimeModelEvent DynamicOnDidRead
Dispatched after a deserialization pass if the model called [Normal.Realtime.RealtimeModel.SubscribeToDynamicOnDidReadCallback(Normal.Realtime.Serialization.StreamContext@)](Normal.Realtime.RealtimeModel.SubscribeToDynamicOnDidReadCallback(Normal.Realtime.Serialization#streamcontext@)) during the pass.
Unlike the other OnDidRead variants, this variant adds zero overhead when the model isn't part of the deserialization pass.