Package kr.toxicity.library.dynamicuv
Interface UVBuildFunction
public interface UVBuildFunction
A functional interface for building UV models.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(@NotNull UVIndexer indexer, @NotNull UVNamespace namespace, @NotNull com.google.gson.JsonArray jsonArray) Builds the UV model.
-
Method Details
-
build
void build(@NotNull @NotNull UVIndexer indexer, @NotNull @NotNull UVNamespace namespace, @NotNull @NotNull com.google.gson.JsonArray jsonArray) Builds the UV model.- Parameters:
indexer- the UV indexernamespace- the UV namespacejsonArray- the JSON array to populate
-