Class UnifiedVariableUnit
Inheritance
object
UnifiedVariableUnit
Implements
IDisposable
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public abstract class UnifiedVariableUnit : Unit, IUnifiedVariableUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
kind
The kind of variable.
Declaration
[SerializeAttribute]
[InspectableAttribute]
[UnitHeaderInspectableAttribute]
public VariableKind kind { get; set; }
Property Value
| Type | Description |
|---|---|
| VariableKind |
name
The name of the variable.
Declaration
[DoNotSerializeAttribute]
public ValueInput name { get; }
Property Value
| Type | Description |
|---|---|
| ValueInput |
object
The source of the variable.
Declaration
[DoNotSerializeAttribute]
[NullMeansSelfAttribute]
public ValueInput @object { get; }
Property Value
| Type | Description |
|---|---|
| ValueInput |
Methods
Definition()
Declaration
protected override void Definition()
Overrides
Implements
IDisposable