Contents

LayerRenderer.State.running

A state that indicates the layer is visible and ready for you to draw your content.

Declaration

case running

Mentioned in

Discussion

When the layer enters this state, start your rendering loop and begin drawing frames of content. Keep drawing frames of content until the layer transitions to another state.

See Also

Getting the states