-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Material.UboBatchingModeDefines whether a material instance should use UBO batching or not.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DEFAULTFor default, it follows the engine settings.If UBO batching is enabled on the engine and the material domain is SURFACE, itturns on the UBO batching. Otherwise, it turns off the UBO batching.
DISABLEDDisable the Ubo Batching for this material
-
Method Summary
Modifier and Type Method Description static Array<Material.UboBatchingMode>values()static Material.UboBatchingModevalueOf(String name)-
-
Method Detail
-
values
static Array<Material.UboBatchingMode> values()
-
valueOf
static Material.UboBatchingMode valueOf(String name)
-
-
-
-