formZ SDK | 5.0 API Reference | Project | Modeling | Animation
Description
Returns the first child animation node, given an animation node in the animation hierarchy. If you desire to obtain the animation node of the first child of the root, then pass NULL for anim_node.
Plugin Prototype
fzrt_error_td fz_anim_node_get_child(
fzrt_int | windex, |
anim_node, | |
child_node ) |
Parameters
windex [Input]
project window index
anim_node [Input]
animation node, or NULL for root.
child_node [Result]
first child node
Returns
Error codes
Availability
6.1.0.0
Example Files
util_anim_cntl.fsl
util_anim_cntl_bezier.fsl
util_anim_eval_value.fsl
util_anim_node_info.fsl
util_anim_test_node_set.fsl
Function Set
Defined in