8Synth  2.0
Procedural 8-bit SFX creator.
Synth8.SynthGraphNodeBase Class Reference

The base class for creating an editor graph representation of a node. You should inherit from SynthGraphNode<T> to create custom representations, though. More...

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

Public Member Functions

override void Initialize (object nodeObject)
 Initialize the node representation. More...
 
override void OnDrag ()
 On node drag event. More...
 

Protected Member Functions

void DrawOutputSlot (GraphGUI host)
 Draw the node's main output slot on the top-right corner. More...
 

Properties

SynthClipNode SynthClipNode [get]
 The node in question. More...
 

Detailed Description

The base class for creating an editor graph representation of a node. You should inherit from SynthGraphNode<T> to create custom representations, though.

Member Function Documentation

void Synth8.SynthGraphNodeBase.DrawOutputSlot ( GraphGUI  host)
protected

Draw the node's main output slot on the top-right corner.

Parameters
host
override void Synth8.SynthGraphNodeBase.Initialize ( object  nodeObject)

Initialize the node representation.

Parameters
nodeObject
override void Synth8.SynthGraphNodeBase.OnDrag ( )

On node drag event.

Property Documentation

SynthClipNode Synth8.SynthGraphNodeBase.SynthClipNode
get

The node in question.


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