UpdateInterval EnumerationDH.Messaging Documentation

[This is preliminary documentation and is subject to change.]

Describes the update type to be used when firing message received events

Namespace: DH.Messaging.Extensions.Types
Assembly: DH.Messaging.Extensions (in DH.Messaging.Extensions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum UpdateInterval
Members

  Member nameValueDescription
FixedUpdate10 MonoBehavior FixedUpdate
LateUpdate20 MonoBehavior LateUpdate
Update30 MonoBehavior Update
See Also