value static method

ARKitMaterialValue value(
  1. double value
)

Floating value between 0 and 1 (NSNumber) for metalness and roughness properties

Implementation

static ARKitMaterialValue value(double value) => ARKitMaterialValue(value);