17. WeightNode

(1) WeightList

u32 weight_list_tag Describes the tags of WeightList. Please set the tags shown below.

TAG_WEIGHT_LIST         0x00230000

u32 weight_list_header_size Describes the WeightListHeader byte size.
u32 weight_list_size Describes the WeightList byte size.
u32 weight_group_num Describes the WeightGroup number.
u32 weight_group_num_byte Describes the WeightGroup byte size.
WeightGroup This area describes the weight value used in a single EnvelopePart.

Go to the data chunk

(2) WeightGroup
u32 weight_group_tag Describes the tags of WeightGroup. Please set the tags shown below.

TAG_WEIGHT_GROUP        0x00230100

u32 this_weight_group_index Describes the index number for this WeightGroup.
u32 weight_group_size Describes the WeightGroup byte size.
u32 weight_group_name_index Uses a NameList index number to describe the WeightGroup name.
u32 weight_num Describes the Weight number.
float weight Describes the Weight value as a percentile (%).

Go to the data chunk