|
Rebel Fork Framework
|
Public Member Functions | |
| ParticleGraphWriter (ParticleGraph &particleGraph, Graph &graph) | |
| bool | Write () |
| Write graph. | |
| unsigned | WriteNode (unsigned index) |
| Write graph node. Return node id. | |
| GraphPinRef< GraphOutPin > | GetSourcePin (unsigned connected_node, unsigned get_connected_pin_index) |
| Get source pin reference. | |
Private Attributes | |
| ParticleGraph & | particleGraph_ |
| Graph & | graph_ |
| ParticleGraphSystem * | system_ |
| ea::vector< unsigned > | nodes_ |