ModelUV

class ModelUV : Record

UV data of a model

Parameters

uv

uv

rotation

rotation

texture

texture

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun toJson(@NotNull parent: @NotNull ModelBlueprint, tint: Int): @NotNull JsonObject
Gets json data of uv
Link copied to clipboard
abstract fun toString(): String