Contents

LayerRenderer.Drawable.State

The state of ownership for the drawable.

Declaration

enum State

Overview

Use these constants to determine whether the drawable is ready for you to use. When the drawable is in the LayerRenderer.Drawable.State.rendering state, you can begin drawing. Other states indicate the drawable is either busy or not assigned to a frame.

Topics

Getting the states

Initializers

See Also

Managing the state machine