Data Fields | |
AtProcInit | Init |
This is called before expanding the procedural. | |
AtProcCleanup | Cleanup |
This is called last and should clean up any (temporary) memory used by the procedural. | |
AtProcNumNodes | NumNodes |
This is called to find out how many nodes this procedural will generate. | |
AtProcGetNode | GetNode |
This is called NumNodes times, once for each node the procedural creates. | |