PlatformItemTransform¶
class PlatformItemTransform(
rotation: Vector3f,
translation: Vector3f,
scale: Vector3f,
rightRotation: Vector3f
)
Constructors¶
PlatformItemTransform¶
constructor(
rotation: Vector3f,
translation: Vector3f,
scale: Vector3f,
rightRotation: Vector3f
)
constructor(
rotation: Vector3f,
translation: Vector3f,
scale: Vector3f
)
Types¶
Companion¶
object Companion
Deserializer¶
class Deserializer : JsonDeserializer<AModelBuilder.PlatformItemTransform>
Properties¶
rightRotation¶
val rightRotation: Vector3f
rotation¶
val rotation: Vector3f
scale¶
val scale: Vector3f
translation¶
val translation: Vector3f