yucad3d

register_command

registration (call during yu3d_plugin_register)

This function shares its documentation with the rest of the Registration group above.

Prototype

void (*register_command)(const char* id, const char* label, const char* group, Yu3dCommandFn run, void* user)

Parameters

DeclarationName
const char* idid
const char* labellabel
const char* groupgroup
Yu3dCommandFn runrun
void* useruser

Returns

void

Same group (Registration)

register_node_type

Declared in sdk/include/yu3d_plugin.h. Reached through the host table: host->register_command(…). Guard with YU3D_HOST_HAS(host, register_command) if your plugin must also load in an older host.