Class IsSavedVariableDefined
Checks if a saved variable is defined.
Inheritance
IsSavedVariableDefined
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[UnitSurtitle("Save")]
public sealed class IsSavedVariableDefined : IsVariableDefinedUnit, ISavedVariableUnit, IVariableUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Constructors
IsSavedVariableDefined()
Declaration
public IsSavedVariableDefined()
IsSavedVariableDefined(String)
Declaration
public IsSavedVariableDefined(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 |