GLSurfaceView.SetGLWrapper(GLSurfaceView+IGLWrapper) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définissez le glWrapper.
[Android.Runtime.Register("setGLWrapper", "(Landroid/opengl/GLSurfaceView$GLWrapper;)V", "GetSetGLWrapper_Landroid_opengl_GLSurfaceView_GLWrapper_Handler")]
public virtual void SetGLWrapper(Android.Opengl.GLSurfaceView.IGLWrapper? glWrapper);
[<Android.Runtime.Register("setGLWrapper", "(Landroid/opengl/GLSurfaceView$GLWrapper;)V", "GetSetGLWrapper_Landroid_opengl_GLSurfaceView_GLWrapper_Handler")>]
abstract member SetGLWrapper : Android.Opengl.GLSurfaceView.IGLWrapper -> unit
override this.SetGLWrapper : Android.Opengl.GLSurfaceView.IGLWrapper -> unit
Paramètres
- glWrapper
- GLSurfaceView.IGLWrapper
le nouveau GLWrapper
- Attributs
Remarques
Java documentation pour android.opengl.GLSurfaceView.setGLWrapper(android.opengl.GLWrapper).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.