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