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