Class NodeSettingsView
Inheritance
object
NodeSettingsView
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Editor.Graph
Assembly: cs.temp.dll.dll
Syntax
public class NodeSettingsView
Constructors
NodeSettingsView()
Declaration
public NodeSettingsView()
Properties
NodeView
Declaration
public ICeresNodeView NodeView { get; }
Property Value
Type | Description |
---|---|
ICeresNodeView |
SettingsElement
Declaration
public NodeSettingsElement SettingsElement { get; }
Property Value
Type | Description |
---|---|
NodeSettingsElement |
Methods
DisableSettings()
Declaration
public void DisableSettings()
OnAttach()
Declaration
protected virtual void OnAttach()