Beispiel #1
0
            public InternalView(ISKGLViewController controller)
            {
                UserInteractionEnabled = false;

                this.controller = controller;

                // Force the opacity to false for consistency with the other platforms
                Opaque = false;
            }
Beispiel #2
0
            public InternalView(ISKGLViewController controller)
            {
                UserInteractionEnabled = false;

                this.controller = controller;
            }
Beispiel #3
0
 public InternalView(ISKGLViewController controller)
 {
     this.controller = controller;
 }
Beispiel #4
0
 public Renderer(ISKGLViewController controller)
 {
     this.controller = controller;
 }