addBoundsAabb method

int addBoundsAabb(
  1. int offset
)

Implementation

int addBoundsAabb(int offset) {
  fbBuilder.addStruct(4, offset);
  return fbBuilder.offset;
}