示例#1
0
 public void Load(SwfStream stream, uint length, byte version)
 {
     CharacterID = stream.ReadUShort();
     CxForm = stream.ReadCxForm(false);
 }
示例#2
0
 public void SetCxForm(VGCxForm cxform)
 {
     CxForm = cxform;
 }
示例#3
0
 public VGCxForm(VGCxForm other)
 {
     AddTerm = other.AddTerm;
     MulTerm = other.MulTerm;
 }