ambientLight

@Contract(value = "_ -> this", mutates = "this")
abstract fun ambientLight(light: Float): DimensionType.Builder

Sets the ambient light amount for the dimension type.

Return

this builder

Parameters

light

the light amount

See also