Class ValueInputDefinition
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public sealed class ValueInputDefinition : ValuePortDefinition, IUnitValuePortDefinition, IUnitInputPortDefinition, IUnitPortDefinition
Properties
defaultValue
Declaration
[DoNotSerialize]
[Inspectable]
public object defaultValue { get; set; }
Property Value
Type | Description |
---|---|
Object |
hasDefaultValue
Declaration
[Serialize]
[Inspectable]
public bool hasDefaultValue { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
type
Declaration
[Inspectable]
[DoNotSerialize]
public override Type type { get; set; }
Property Value
Type | Description |
---|---|
Type |