yucad3d

register_summary

---- register a read-only summary shown in the Properties dock for this node type. ----

Prototype

void (*register_summary)(const char* type_id, Yu3dSummaryFn fn, void* user)

Parameters

DeclarationName
const char* type_idtype_id
Yu3dSummaryFn fnfn
void* useruser

Returns

void

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