MessageBusGameObjectExtensions MethodsDH.Messaging Documentation

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

The MessageBusGameObjectExtensions type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCreateSubscriber
Adds a MessageBusSubscriber component to the referenced GameObject
Public methodStatic memberGetSubscriber
Returns the MessageBusSubscriber component if it exists for this GameObject, null if it doesn't.
Public methodStatic memberSubcribeToMessage T 
Subscribe to messages with type T and supplied message key
Back to Top
See Also