data

@Contract(value = "_ -> this", mutates = "this")
abstract fun data(data: ParticleData?): AmbientParticleSettings.Builder

Sets the particle data for the ambient particle settings to the given data.

Return

this builder

Parameters

data

the data

See also