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 |
|
Model should be rendered with buildings from ground layer. |
|
|
Model should be rendered within separate sublayer. |
Summary
Methods
|
Type and modifiers |
Method and Description |
|
|
values() |
|
|
valueOf(java.lang.String name) |
Enum Constants Detail
BUILDING
|
|
BUILDING |
Model should be rendered with buildings from ground layer.
USER_MODEL
|
|
USER_MODEL |
Model should be rendered within separate sublayer.
Methods
values
|
RenderMode[] values() |
valueOf
|
RenderMode valueOf(java.lang.String name) |