Skip to content

commonnet.kernelpanicsoft.archie.data.client.modelAConfiguredModel

AConfiguredModel


class AConfiguredModel @JvmOverloads constructor(model: AModelFile, rotationX: Int = 0, rotationY: Int = 0, uvLock: Boolean = false, weight: Int = DEFAULT_WEIGHT)

Constructors

AConfiguredModel

@JvmOverloadsconstructor(model: AModelFile, rotationX: Int = 0, rotationY: Int = 0, uvLock: Boolean = false, weight: Int = DEFAULT_WEIGHT)

Types

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.

Companion


object Companion

Properties

model


rotationX


rotationY


uvLock


weight


val weight: Int

Functions

toJSON


fun toJSON(includeWeight: Boolean): JsonObject