Class MachineEventUnit<TArgs>
Implements
IGraphEventHandler<TArgs>
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
public abstract class MachineEventUnit<TArgs> : EventUnit<TArgs>, IEventUnit, IUnit, IGraphElementWithDebugData, IGraphEventListener, IGraphElementWithData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable, IGraphEventHandler<TArgs>
Type Parameters
Name | Description |
---|---|
TArgs |
Properties
hookName
Declaration
protected virtual string hookName { get; }
Property Value
Type | Description |
---|---|
string |
register
Declaration
protected override sealed bool register { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
Methods
GetHook(GraphReference)
Declaration
public override EventHook GetHook(GraphReference reference)
Parameters
Type | Name | Description |
---|---|---|
GraphReference | reference |
Returns
Type | Description |
---|---|
EventHook |