Companion¶
object Companion
Properties¶
DEFAULT_WEIGHT¶
const val DEFAULT_WEIGHT: Int = 1
Functions¶
allRotations¶
@JvmOverloads
fun allRotations(
model: AModelFile,
uvlock: Boolean,
weight: Int = DEFAULT_WEIGHT
): Array<AConfiguredModel>
allYRotations¶
@JvmOverloads
fun allYRotations(
model: AModelFile,
x: Int,
uvlock: Boolean,
weight: Int = DEFAULT_WEIGHT
): Array<AConfiguredModel>
builder¶
fun builder(block: AConfiguredModel.Builder<*>.() -> Unit = {}): AConfiguredModel.Builder<*>
checkRotation¶
fun checkRotation(rotationX: Int, rotationY: Int)
checkWeight¶
fun checkWeight(weight: Int)