Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.text
/
RenderLimits
Render
Limits
data
class
RenderLimits
(
val
maxInputLength
:
Int
=
4096
,
val
maxNestingDepth
:
Int
=
16
,
val
maxGradientChars
:
Int
=
512
,
val
maxTagLength
:
Int
=
96
)
Members
Constructors
Render
Limits
Link copied to clipboard
constructor
(
maxInputLength
:
Int
=
4096
,
maxNestingDepth
:
Int
=
16
,
maxGradientChars
:
Int
=
512
,
maxTagLength
:
Int
=
96
)
Properties
max
Gradient
Chars
Link copied to clipboard
val
maxGradientChars
:
Int
max
Input
Length
Link copied to clipboard
val
maxInputLength
:
Int
max
Nesting
Depth
Link copied to clipboard
val
maxNestingDepth
:
Int
max
Tag
Length
Link copied to clipboard
val
maxTagLength
:
Int