ModelResolution

@ApiStatus.Internal
class ModelResolution : Record

Represents the texture resolution of a model.

Since

1.15.2

Parameters

width

the width of the texture in pixels

height

the height of the texture in pixels

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
abstract fun toString(): String