コード例 #1
0
ファイル: PrimitiveInteger.cs プロジェクト: yzqlwt/Swf2XNA
 public void ToSwf(SwfWriter w)
 {
     w.AppendByte((byte)PrimitiveType);
     w.AppendInt32(IntegerValue);
 }