All Classes Namespaces Functions Variables Enumerations Enumerator Properties
plyCommonEditor.plyNodeEdAttribute Class Reference

Attribute for plyNode definitions. More...

Inherits Attribute.

Public Member Functions

 plyNodeEdAttribute (string owningGraphSystem, string name, System.Type nodeType)
 

Public Attributes

string OwningGraphSystem = null
 Identifies to which kind of graph system the node belongs. More...
 
string Name
 Name of node. More...
 
System.Type NodeType
 The node that this editor handles. More...
 

Detailed Description

Attribute for plyNode definitions.

Member Data Documentation

string plyCommonEditor.plyNodeEdAttribute.Name

Name of node.

System.Type plyCommonEditor.plyNodeEdAttribute.NodeType

The node that this editor handles.

string plyCommonEditor.plyNodeEdAttribute.OwningGraphSystem = null

Identifies to which kind of graph system the node belongs.