node_type
null at the root
Prototype
const char* (*node_type)(Yu3dNode* node)
Parameters
| Declaration | Name |
|---|---|
Yu3dNode* node | node |
Returns
const char*
Same group (Document query)
doc_current_selection · doc_root · doc_find_node · node_child_count · node_child · node_parent · node_name · node_uuid · node_payload · node_get_property
Declared in sdk/include/yu3d_plugin.h. Reached through the host table: host->node_type(…). Guard with YU3D_HOST_HAS(host, node_type) if your plugin must also load in an older host.