Class PropertyNode_PropertyValueNodeView
Inheritance
object
PropertyNode_PropertyValueNodeView
Implements
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.Flow.Properties
Assembly: cs.temp.dll.dll
Syntax
public class PropertyNode_PropertyValueNodeView : PropertyNodeView, ICeresNodeView
Constructors
PropertyNode_PropertyValueNodeView(Type, CeresGraphView)
Declaration
public PropertyNode_PropertyValueNodeView(Type type, CeresGraphView graphView)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
CeresGraphView | graphView |
Properties
IsSelfTarget
Declaration
protected bool IsSelfTarget { get; }
Property Value
Type | Description |
---|---|
bool |
IsStatic
Declaration
protected bool IsStatic { get; }
Property Value
Type | Description |
---|---|
bool |
TargetType
Declaration
protected Type TargetType { get; }
Property Value
Type | Description |
---|---|
Type |
Methods
CompileNode()
Declaration
public override ExecutableNode CompileNode()
Returns
Type | Description |
---|---|
ExecutableNode |
Overrides
SetNodeInstance(CeresNode)
Declaration
public override void SetNodeInstance(CeresNode ceresNode)
Parameters
Type | Name | Description |
---|---|---|
CeresNode | ceresNode |
Overrides
SetPropertyFlags(bool, bool)
Declaration
public void SetPropertyFlags(bool isSelfTarget, bool isStatic)
Parameters
Type | Name | Description |
---|---|---|
bool | isSelfTarget | |
bool | isStatic |
SetPropertyName(string)
Declaration
public override void SetPropertyName(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
string | propertyName |