Interface IUnifiedVariableUnit
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
public interface IUnifiedVariableUnit : IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
kind
Declaration
VariableKind kind { get; }
Property Value
Type | Description |
---|---|
VariableKind |
name
Declaration
ValueInput name { get; }
Property Value
Type | Description |
---|---|
ValueInput |