---
title: Scene.Publisher
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/scene/publisher
---

# Scene.Publisher

A publisher for the given event type in the scene.

## Declaration

```swift
struct Publisher<E> where E : Event
```

## Relationships

### Conforms To

- [Publisher](combine/publisher.md)

## See Also

### Event publishers and subscription

- [SceneEvents](realitykit/sceneevents.md)
