Class UnifiedVariableUnit
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public abstract class UnifiedVariableUnit : Unit, IUnifiedVariableUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Properties
kind
The kind of variable.
Declaration
[Serialize]
[Inspectable]
[UnitHeaderInspectable]
public VariableKind kind { get; set; }
Property Value
Type | Description |
---|---|
VariableKind |
Implements
name
The name of the variable.
Declaration
[DoNotSerialize]
public ValueInput name { get; }
Property Value
Type | Description |
---|---|
ValueInput |
Implements
object
The source of the variable.
Declaration
[DoNotSerialize]
[NullMeansSelf]
public ValueInput object { get; }
Property Value
Type | Description |
---|---|
ValueInput |
Methods
Definition()
Declaration
protected override void Definition()