Class GenericGuiEventUnit
Inheritance
GenericGuiEventUnit
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
public abstract class GenericGuiEventUnit : GameObjectEventUnit<BaseEventData>, IGraphElementWithData, IGraphEventHandler<BaseEventData>, IGameObjectEventUnit, IEventUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable, IGraphEventListener
Properties
data
The event data.
Declaration
[DoNotSerialize]
public ValueOutput data { get; }
Property Value
Type | Description |
---|---|
ValueOutput |
Methods
AssignArguments(Flow, BaseEventData)
Declaration
protected override void AssignArguments(Flow flow, BaseEventData data)
Parameters
Type | Name | Description |
---|---|---|
Flow | flow | |
BaseEventData | data |
Overrides
Definition()
Declaration
protected override void Definition()