RenderModeType

The enumeration defines the rendering mode for the rendered frame.

Entries

Link copied to clipboard

The `map` rendered the frame with partially available data.

Link copied to clipboard

The `map` rendered the frame with all the required data.

Functions

Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun valueOf(name: String): RenderModeType
Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.