|
8Synth
2.0
Procedural 8-bit SFX creator.
|
Inherit from this class to create editor graph representation of your custom nodes. More...
Properties | |
| T | 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... | |
Inherit from this class to create editor graph representation of your custom nodes.
| T |
| T | : | SynthClipNode |