addNormalTexture method

int addNormalTexture(
  1. int? normalTexture
)

Implementation

int addNormalTexture(int? normalTexture) {
  fbBuilder.addInt32(7, normalTexture);
  return fbBuilder.offset;
}