formZ SDK | 5.0 API Reference | Project | Modeling | Animation

fz_anim_node_get_child

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,

fz_anim_node_ptr

anim_node,

fz_anim_node_ptr *

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

fz_anim_fset


Defined in

fz_anim_api.h