API reference
API reference
Select your platform
No SDKs available
No versions available

RenderConfigOptions2

RenderConfigOptions2

data class RenderConfigOptions2(var mips: Int = 4, var samplerConfig: SamplerConfig = DEFAULT_PANEL_SAMPLER, var forceSceneTexture: Boolean = false, var effectShader: String = "") : PanelConfigOptions2.Node

Constructors

NameSummary
RenderConfigOptions2
constructor(mips: Int = 4, samplerConfig: SamplerConfig = DEFAULT_PANEL_SAMPLER, forceSceneTexture: Boolean = false, effectShader: String = "")

Types

NameSummary
Companion
object Companion

Properties

NameSummary
effectShader
var effectShader: String
forceSceneTexture
var forceSceneTexture: Boolean
mips
var mips: Int
samplerConfig
var samplerConfig: SamplerConfig

Companion

object Companion

Properties

NameSummary
DEFAULT_PANEL_SAMPLER
val DEFAULT_PANEL_SAMPLER: SamplerConfig
MIPS_MAX
const val MIPS_MAX: Int
Did you find this page helpful?
Thumbs up icon
Thumbs down icon