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