ZAndroidSurfaceView
5 items
- All (5)
- Constructors (1)
- Properties (4)
All
5constructorZAndroidSurfaceView
constructor(view: GLSurfaceView)
vareventHandler
open override var eventHandler: ZSurfaceViewEventHandler?
Represents an event handler that listens to surface-related events. Such as lifecycle and rendering updates, through ZSurfaceViewEventHandler.
var nativeSurfaceView: GLSurfaceView
open override val surfaceHeight: Int
Represents the height of the rendering surface in logical pixels.
valsurfaceWidth
open override val surfaceWidth: Int
Represents the width of the rendering surface in logical pixels.
Constructors
1constructorZAndroidSurfaceView
constructor(view: GLSurfaceView)
Properties
4vareventHandler
open override var eventHandler: ZSurfaceViewEventHandler?
Represents an event handler that listens to surface-related events. Such as lifecycle and rendering updates, through ZSurfaceViewEventHandler.
var nativeSurfaceView: GLSurfaceView
open override val surfaceHeight: Int
Represents the height of the rendering surface in logical pixels.
valsurfaceWidth
open override val surfaceWidth: Int
Represents the width of the rendering surface in logical pixels.