yucad3d

register_node_type

---- registration (call during yu3d_plugin_register) ----

Prototype

void (*register_node_type)(const Yu3dNodeType* type)

Parameters

DeclarationName
const Yu3dNodeType* typetype

Returns

void

Same group (Registration)

register_command

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.