Skip to content

Builder

class Builder<T>

A builder for AConfiguredModels, which can contain a callback for processing the finished result. If no callback is available (e.g. in the case of AConfiguredModel.builder), some methods will not be available.

Multiple models can be configured at once through the use of .nextModel.

Parameters

  • : the type of the owning builder, which supplied the callback, and will be returned upon completion.

Functions

addModel

fun addModel(): T

build

buildLast

model

modelFile

nextModel

rotationX

rotationY

uvLock

weight