Class StringEventChannel
Inherited Members
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DestroyObject(Object)
Namespace: LobsterFramework
Assembly: LobsterFramework.dll
Syntax
[CreateAssetMenu(menuName = "EventChannel/String Channel")]
public class StringEventChannel : ScriptableObject
Methods
| Improve this Doc View SourceRaiseEvent(string)
Declaration
public void RaiseEvent(string arg)
Parameters
Type | Name | Description |
---|---|---|
string | arg |
Events
| Improve this Doc View SourceOnEventRaised
Declaration
public event Action<string> OnEventRaised
Event Type
Type | Description |
---|---|
Action<string> |