addMetallicRoughnessTexture method

int addMetallicRoughnessTexture(
  1. int? metallicRoughnessTexture
)

Implementation

int addMetallicRoughnessTexture(int? metallicRoughnessTexture) {
  fbBuilder.addInt32(5, metallicRoughnessTexture);
  return fbBuilder.offset;
}