Enum RenderMode

Package world.mappable.mapkit.map

java.lang.Object
    ↳ java.lang.Enum
        ↳ world.mappable.mapkit.map.ModelStyle.RenderMode

static final enum RenderMode

Enum Constant Summary

Enum Constants

Description

BUILDING

Model should be rendered with buildings from ground layer.

USER_MODEL

Model should be rendered within separate sublayer.

Summary

Methods

Type and modifiers

Method and Description

static RenderMode[]

values()

static RenderMode

valueOf(java.lang.String name)

Enum Constants Detail

BUILDING

static final

RenderMode

BUILDING

Model should be rendered with buildings from ground layer.


USER_MODEL

static final

RenderMode

USER_MODEL

Model should be rendered within separate sublayer.


Methods

values

RenderMode[] values()


valueOf

RenderMode valueOf(java.lang.String name)