register_node_type
---- registration (call during yu3d_plugin_register) ----
Prototype
void (*register_node_type)(const Yu3dNodeType* type)
Parameters
| Declaration | Name |
|---|---|
const Yu3dNodeType* type | type |
Returns
void
Same group (Registration)
Declared in sdk/include/yu3d_plugin.h. Reached through the host table: host->register_node_type(…). Guard with YU3D_HOST_HAS(host, register_node_type) if your plugin must also load in an older host.