int addBaseColorTexture(int? baseColorTexture) { fbBuilder.addInt32(2, baseColorTexture); return fbBuilder.offset; }