Struct Event<T>
Wrapper event payload.
Implements
Inherited Members
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public readonly struct Event<T> : IEvent
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Edit this page View SourceEvent(T)
Declaration
public Event(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value |
Properties
| Edit this page View SourceValue
Declaration
public T Value { get; }
Property Value
| Type | Description |
|---|---|
| T |