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