Class ParameterNode
Inheritance
System.Object
ParameterNode
Assembly: com.alelievr.NodeGraphProcessor.Runtime.dll
Syntax
[Serializable]
public class ParameterNode : BaseNode
Fields
|
Improve this Doc
View Source
accessor
Declaration
public ParameterAccessor accessor
Field Value
|
Improve this Doc
View Source
Declaration
[Input(null, false)]
public object input
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
output
Declaration
[Output(null, true)]
public object output
Field Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
parameterGUID
Declaration
[SerializeField]
[HideInInspector]
public string parameterGUID
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
name
Declaration
public override string name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
parameter
Declaration
public ExposedParameter parameter { get; }
Property Value
Methods
|
Improve this Doc
View Source
Enable()
Declaration
protected override void Enable()
Overrides
|
Improve this Doc
View Source
Process()
Declaration
protected override void Process()
Overrides
Events
|
Improve this Doc
View Source
onParameterChanged
Declaration
public event Action onParameterChanged
Event Type
Type |
Description |
System.Action |
|