コード例 #1
0
 public CubeRenderer(bool useTranslucentBackground)
 {
     mTranslucentBackground = useTranslucentBackground;
     mCube = new Cube ();
 }
コード例 #2
0
 public CubeRenderer(bool useTranslucentBackground)
 {
     mTranslucentBackground = useTranslucentBackground;
     mCube = new Cube();
 }