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