w_f64
writer: append to the node's payload frame
This function shares its documentation with the rest of the Payload writer group above.
Prototype
void (*w_f64)(Yu3dWriter*, double)
Parameters
| Declaration | Name |
|---|---|
Yu3dWriter* | — |
double | double |
Returns
void
Same group (Payload writer)
Declared in sdk/include/yu3d_plugin.h. Reached through the host table: host->w_f64(…). Guard with YU3D_HOST_HAS(host, w_f64) if your plugin must also load in an older host.