UF_MOTION_curve_curve_constraint_s (查看源代码)
 
定义在: uf_motion_types.h
 
也被称为:
 


Data Members

name [ MAX_ENTITY_NAME_SIZE+1 ]
char
The name of the curve curve
constraint. If NULL, a default
name will be created.

num_curve_1_tags
int
The number of tags in the first
curve tag array.

curve_1
tag_t * (tag_t型的指针)
The tags of the first constraint
curves. All curves must be on
same link (or no link).

num_curve_2_tags
int
The number of tags in the second
curve tag array.

curve_2
tag_t * (tag_t型的指针)
The tags of the second constraint
curves. All curves must be on
same link (or no link) and the
link must be different from the
link of the first curve.