Class IsGraphVariableDefined
Checks if a graph variable is defined.
Inheritance
IsGraphVariableDefined
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[UnitSurtitle("Graph")]
public sealed class IsGraphVariableDefined : IsVariableDefinedUnit, IGraphVariableUnit, IVariableUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Constructors
IsGraphVariableDefined()
Declaration
public IsGraphVariableDefined()
IsGraphVariableDefined(String)
Declaration
public IsGraphVariableDefined(string defaultName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | defaultName |
Methods
GetDeclarations(Flow)
Declaration
protected override VariableDeclarations GetDeclarations(Flow flow)
Parameters
| Type | Name | Description |
|---|---|---|
| Flow | flow |
Returns
| Type | Description |
|---|---|
| VariableDeclarations |