# Message: `Emitter` ### Fields: - **id**: `str` - **mode**: `int` - **duration**: `float` - **space**: `int` - **position**: `Point3` - **rotation**: `Quat` - **tile_source**: `str` - **animation**: `str` - **material**: `str` - **blend_mode**: `int` - **particle_orientation**: `int` - **inherit_velocity**: `float` - **max_particle_count**: `int` - **type**: `int` - **start_delay**: `float` - **properties**: `Property` - **particle_properties**: `ParticleProperty` - **modifiers**: `Modifier` - **size_mode**: `int` - **start_delay_spread**: `float` - **duration_spread**: `float` - **stretch_with_velocity**: `bool` - **start_offset**: `float` - **pivot**: `Point3` - **attributes**: `VertexAttribute` ---