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