[This is preliminary documentation and is subject to change.]
The MessageBusGameObjectExtensions type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateSubscriber |
Adds a MessageBusSubscriber component to the referenced GameObject
|
![]() ![]() | GetSubscriber |
Returns the MessageBusSubscriber component if it exists for this GameObject, null if it doesn't.
|
![]() ![]() | SubcribeToMessage T |
Subscribe to messages with type T and supplied message key
|
See Also