コード例 #1
0
ファイル: PGameObject.cs プロジェクト: nryota/uProcessing
 public void fill(Color col)
 {
     graphics.fill(this, col);
 }