Edit

GLTextureView.QueueEvent Method

Definition

Overloads

Name Description
QueueEvent(IRunnable)

Queue a runnable to be run on the GL rendering thread.

QueueEvent(Action)

Queue an action to be run on the GL rendering thread.

QueueEvent(IRunnable)

Queue a runnable to be run on the GL rendering thread.

public void QueueEvent(Java.Lang.IRunnable r);

Parameters

r
IRunnable

The runnable to be run on the GL rendering thread.

Applies to

QueueEvent(Action)

Queue an action to be run on the GL rendering thread.

public void QueueEvent(Action r);

Parameters

r
Action

The action to be run on the GL rendering thread.

Applies to