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... | |
Attribute for plyNode definitions.
| 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.