AConfiguredModel¶
class AConfiguredModel @JvmOverloads
constructor(
model: AModelFile,
rotationX: Int = 0,
rotationY: Int = 0,
uvLock: Boolean = false,
weight: Int = DEFAULT_WEIGHT
)
Constructors¶
AConfiguredModel¶
@JvmOverloads
constructor(
model: AModelFile,
rotationX: Int = 0,
rotationY: Int = 0,
uvLock: Boolean = false,
weight: Int = DEFAULT_WEIGHT
)
Types¶
Builder¶
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¶
val model: AModelFile