Class GraphOutput
Passes output values from this graph to the parent super unit.
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[UnitCategory("Nesting")]
[UnitOrder(2)]
[UnitTitle("Output")]
public sealed class GraphOutput : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Properties
canDefine
Declaration
public override bool canDefine { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
Methods
AfterDefine()
Declaration
protected override void AfterDefine()
Overrides
BeforeUndefine()
Declaration
protected override void BeforeUndefine()
Overrides
Definition()
Declaration
protected override void Definition()