PaperParticleType

data class PaperParticleType(val type: Particle, val data: Any?) : ParticleType.Raw

Constructors

Link copied to clipboard
constructor(type: Particle, data: Any?)

Properties

Link copied to clipboard
val data: Any?
Link copied to clipboard
val type: Particle