RealtimeModelEvent
RealtimeModelEvent
Static Fields
OnWillWrite
public RealtimeModelEvent OnWillWrite
Dispatched before a serialization pass.
OnDidWrite
public RealtimeModelEvent OnDidWrite
Dispatched after a serialization pass.
OnWillRead
public RealtimeModelEvent OnWillRead
Dispatched before a deserialization pass.
OnDidRead
public RealtimeModelEvent OnDidRead
Dispatched after a deserialization pass.
OnDidReadProperties
public RealtimeModelEvent OnDidReadProperties
Dispatched after a model reads properties from a remote update.