Next2Dで始めるゲーム開発 - Game Development Starting with Next2DToshiyuki Ienaga
CEDEC2022に応募したのですが、見事に落選しました。
が、折角作った資料なので公開します。
I applied for CEDEC2022, but was not selected.
However, I am publishing this document because I made it at an opportunity.
8. メソッド名を間違えた
(Scalaの場合)
コンパイラが指摘
/src/main/scala/CameraService.scala:47: value comprress is not a
member of android.graphics.Bitmap
bitmap.comprress(Bitmap.CompressFormat.JPEG, 90, outStream)
^
one error found