8Synth  2.0
Procedural 8-bit SFX creator.
Synth8.SynthGraphNode< T > Class Template Reference

Inherit from this class to create editor graph representation of your custom nodes. More...

Inheritance diagram for Synth8.SynthGraphNode< T >:
Synth8.SynthGraphNodeBase

Properties

Node [get]
 
- Properties inherited from Synth8.SynthGraphNodeBase
SynthClipNode SynthClipNode [get]
 The node in question. More...
 

Additional Inherited Members

- Public Member Functions inherited from Synth8.SynthGraphNodeBase
override void Initialize (object nodeObject)
 Initialize the node representation. More...
 
override void OnDrag ()
 On node drag event. More...
 
- Protected Member Functions inherited from Synth8.SynthGraphNodeBase
void DrawOutputSlot (GraphGUI host)
 Draw the node's main output slot on the top-right corner. More...
 

Detailed Description

Inherit from this class to create editor graph representation of your custom nodes.

Template Parameters
T
Type Constraints
T :SynthClipNode 

The documentation for this class was generated from the following file: