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 Details

  • Method Details

    • getAvailableProperties

      public static List<String> getAvailableProperties()
      Returns the lazily-computed list of all built-in map property names defined by this class.
      Returns:
      the available property names
    • isCustom

      public static boolean isCustom(String name)
      Determines whether the given property name is a custom (user-defined) property.
      Parameters:
      name - the property name to test
      Returns:
      true if the name is not one of the built-in properties