Class ValueInputDefinition
Inheritance
ValueInputDefinition
Assembly: Unity.VisualScripting.Flow.dll
public sealed class ValueInputDefinition : ValuePortDefinition, IUnitValuePortDefinition, IUnitInputPortDefinition, IUnitPortDefinition
Properties
Declaration
[DoNotSerialize]
[Inspectable]
public object defaultValue { get; set; }
Property Value
Declaration
[Serialize]
[Inspectable]
public bool hasDefaultValue { get; set; }
Property Value
Declaration
[Inspectable]
[DoNotSerialize]
public override Type type { get; set; }
Property Value
Overrides
Implements
Extension Methods