シェイプモーフィング_DefineMorphShape - hsk/swfspec_ja GitHub Wiki

DefineMorphShape

フィールド コメント
Header RECORDHEADER タグタイプ = 46
CharacterId UI16 ID for this character
StartBounds RECT Bounds of the start shape
EndBounds RECT Bounds of the end shape
Offset UI32 Indicates offset to EndEdges
MorphFillStyles MORPHFILLSTYLEARRAY Fill style information is stored inthe same manner as for astandard shape; however, eachfill consists of interleavedinformation based on a singlestyle type to accommodatemorphing.
MorphLineStyles MORPHLINESTYLEARRAY Line style information is storedin the same manner as for astandard shape; however, eachline consists of interleavedinformation based on a singlestyle type to accommodatemorphing.
StartEdges SHAPE Contains the set of edges andthe style bits that indicate stylechanges (for example, MoveTo,FillStyle, and LineStyle).Number of edges must equalthe number of edges inEndEdges.
EndEdges SHAPE Contains only the set of edges,with no style information.Number of edges must equalthe number of edges inStartEdges.

移動