materials property

  1. @ListMaterialsValueNotifierConverter()
ValueNotifier<List<ARKitMaterial>?> materials
final

Specifies the receiver's materials array. Each geometry element can be rendered using a different material. The index of the material used for a geometry element is equal to the index of that element modulo the number of materials.

Implementation

@ListMaterialsValueNotifierConverter()
final ValueNotifier<List<ARKitMaterial>?> materials;