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

fz_anim_rgst_trac_set_parm

Description

Sets the parameter indicated by the parameter index of the animation track registry. The track registry is the list of all animation tracks offered by the animation . Each track type has a set of parameters that apply generally to the track type itself for all instances (track nodes) of the same track type.

Plugin Prototype

fzrt_error_td fz_anim_rgst_trac_set_parm(

fzrt_int

windex,

fzrt_UUID_td

trac_id,

fz_anim_rgst_trac_parm_enum

parm_id,

fz_type_td *

data )

Parameters

windex [Input]

project window index

trac_id [Input]

track type

parm_id [Input]

the index of the parameter to set

data [Input]

parameter data

Returns

Error codes.

Availability

6.1.0.0

Example Files

util_anim_list_all_tracs.fsl

Function Set

fz_anim_fset


Defined in

fz_anim_api.h