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

fz_anim_enty_tform_set_parm

Description

Sets a parameter of a transformable animation entity. The coordinates can be for the entity's parent space or for world space.

Plugin Prototype

fzrt_error_td fz_anim_enty_tform_set_parm(

fzrt_int

windex,

fz_anim_node_ptr

anim_node,

fzrt_boolean

parent_space,

fz_anim_tform_parm_enum

parm_id,

fz_type_td *

data )

Parameters

windex [Input]

project window index

anim_node [Input]

animated entity

parent_space [Input]

coordinates are defined in parent space

parm_id [Input]

index of parameter to be set

data [Input]

parameter data

Returns

Error codes

Availability

6.1.0.0

Example Files

util_anim_change_grup.fsl
util_anim_dfrm.fsl

Function Set

fz_anim_fset


Defined in

fz_anim_api.h