ModelResolution

@ApiStatus.Internal
class ModelResolution : Record

A texture resolution of model

Parameters

width

width

height

height

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 then(@NotNull other: ModelResolution): ModelResolution
Selects correct resolution to use
Link copied to clipboard
abstract fun toString(): String