Class IsObjectVariableDefined
Checks if an object variable is defined.
Inheritance
IsObjectVariableDefined
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
[UnitSurtitle("Object")]
public sealed class IsObjectVariableDefined : IsVariableDefinedUnit, IObjectVariableUnit, IVariableUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Constructors
IsObjectVariableDefined()
Declaration
public IsObjectVariableDefined()
IsObjectVariableDefined(string)
Declaration
public IsObjectVariableDefined(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Properties
source
The source of the variable.
Declaration
[DoNotSerialize]
[NullMeansSelf]
public ValueInput source { get; }
Property Value
Type | Description |
---|---|
ValueInput |
Methods
Definition()
Declaration
protected override void Definition()
Overrides
GetDeclarations(Flow)
Declaration
protected override VariableDeclarations GetDeclarations(Flow flow)
Parameters
Type | Name | Description |
---|---|---|
Flow | flow |
Returns
Type | Description |
---|---|
VariableDeclarations |