Class IsObjectVariableDefined
Checks if an object variable is defined.
Inheritance
IsObjectVariableDefined
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[UnitSurtitle("Object")]
public sealed class IsObjectVariableDefined : IsVariableDefinedUnit, IObjectVariableUnit, IVariableUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
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 |