Interface CustomModelData
Holds the custom model data.
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptioncolors()
Gets the custom model data color values.static CustomModelData.Builder
flags()
Gets the custom model data boolean values.floats()
Gets the custom model data float values.strings()
Gets the custom model data string values.
-
Method Details
-
customModelData
-
floats
Gets the custom model data float values.- Returns:
- the float values
-
flags
Gets the custom model data boolean values.- Returns:
- the boolean values
-
strings
Gets the custom model data string values.- Returns:
- the string values
-
colors
Gets the custom model data color values.- Returns:
- the color values
-