Class MapProperty
public final class MapProperty
Defines the built-in custom property names that LITIengine recognizes on
IMap instances. These keys are referenced when reading map-level
settings such as ambient color or gravity.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAmbient color tint applied to the map.static final StringGravity value applied to physics simulations on this map.static final StringDescription text associated with the map.static final StringDisplay title of the map.static final StringColor used for static shadows on the map. -
Method Summary
Modifier and TypeMethodDescriptionReturns the lazily-computed list of all built-in map property names defined by this class.static booleanDetermines whether the given property name is a custom (user-defined) property.
-
Field Details
-
AMBIENTCOLOR
-
SHADOWCOLOR
-
MAP_DESCRIPTION
-
MAP_TITLE
-
GRAVITY
Gravity value applied to physics simulations on this map.- See Also:
-
-
Method Details
-
getAvailableProperties
-
isCustom
Determines whether the given property name is a custom (user-defined) property.- Parameters:
name- the property name to test- Returns:
trueif the name is not one of the built-in properties
-