A key used to identify a set of baked quads for the baked model
| 9 | * A key used to identify a set of baked quads for the baked model |
| 10 | */ |
| 11 | public record ModelKey(boolean generating, boolean collecting, boolean actuallyGenerating, @Nullable ModelState modelState) { } |
nothing calls this directly
no outgoing calls
no test coverage detected