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
| Declaration | Name |
|---|---|
const char* type_id | type_id |
Yu3dSummaryFn fn | fn |
void* user | user |
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.