Rendermode Enum

Definition

Enumerates values returned by several types.

public enum Rendermode
type Rendermode = 
Inheritance
Rendermode

Fields

Continuously 1

The renderer is called continuously to re-render the scene.

WhenDirty 0

The renderer only renders when the surface is created, or when RequestRender()is called.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to