Class CustomFunctionParameterView
Inheritance
object
CustomFunctionParameterView
Namespace: Ceres.Editor.Graph.Flow.CustomFunctions
Assembly: cs.temp.dll.dll
Syntax
public class CustomFunctionParameterView : VisualElement
Constructors
CustomFunctionParameterView()
Declaration
protected CustomFunctionParameterView()
Properties
Parameter
Declaration
protected CustomFunctionParameter Parameter { get; set; }
Property Value
Type | Description |
---|---|
CustomFunctionParameter |
Methods
NotifyValueChange()
Declaration
protected void NotifyValueChange()
UpdateView()
Update parameter view
Declaration
public virtual void UpdateView()