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