Skip to main content

RealtimeModelEvent

RealtimeModelEvent

An enum that represents the type of event to subscribe to. Generally used with [RealtimeCallback]

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.