type

@Contract(value = "_ -> this", mutates = "this")
abstract fun type(type: ParticleType): AmbientParticleSettings.Builder

Sets the type of the particle for the ambient particle settings to the given type.

Return

this builder

Parameters

type

the type

See also