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

fz_anim_node_get_next

Description

Returns the next sibling 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_next(

fzrt_int

windex,

fz_anim_node_ptr

anim_node,

fz_anim_node_ptr *

sibling_node )

Parameters

windex [Input]

project window index

anim_node [Input]

animation node, or NULL for root.

sibling_node [Result]

next sibling node

Returns

Error codes

Availability

6.1.0.0

Example Files

util_anim_cntl.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