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

RenderConfigOptions2 Class

Extends PanelConfigOptions2.Node
Modifiers: final

Signature

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

Constructors

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

Properties

effectShader : String
[Get][Set]
Signature
var effectShader: String
forceSceneTexture : Boolean
[Get][Set]
Signature
var forceSceneTexture: Boolean
mips : Int
[Get][Set]
Signature
var mips: Int
samplerConfig : SamplerConfig
[Get][Set]
Signature
var samplerConfig: SamplerConfig

Companion Object

Companion Object Properties

DEFAULT_PANEL_SAMPLER : SamplerConfig
[Get]
Signature
val DEFAULT_PANEL_SAMPLER: SamplerConfig
MIPS_MAX : Int
[Get]
Signature
const val MIPS_MAX: Int
Did you find this page helpful?