BetterHud
Toggle table of contents
1.13.3-SNAPSHOT-434
dist
Platform filter
dist
Switch theme
Search in API
BetterHud
BetterHud/dist
/
kr.toxicity.hud.shader
/
RenderScale
/
Scale
Scale
data
class
Scale
(
val
x
:
Double
,
val
y
:
Double
,
val
staticScale
:
Boolean
)
:
Comparable
<
RenderScale.Scale
>
Members
Constructors
Scale
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
,
staticScale
:
Boolean
)
Properties
static
Scale
Link copied to clipboard
val
staticScale
:
Boolean
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
RenderScale.Scale
)
:
Int
times
Link copied to clipboard
operator
fun
times
(
multiplier
:
Double
)
:
RenderScale.Scale