Reference
Common types and interfaces for the SDK
📄️ BoundingBox
An axis-aligned bounding box
🗃️ Builders
14 items
📄️ Dynamic Fog
The Dynamic Fog system is controlled with the Light and Wall items.
📄️ Effects
Effects allow you to create custom shaders that can generate pixels that will be shown in an Owlbear Rodeo Scene.
📄️ Filters
A common pattern in the Owlbear Rodeo SDK is the use of a Filter object to control when certain values are used.
🗃️ Items
14 items
📄️ Manifest
A manifest contains information about the extension and is necessary for loading an extension.
🗃️ Math
2 items
📄️ Matrix
A 3x3 2D transformation matrix
📄️ Metadata
The Metadata object is a common pattern in the Owlbear Rodeo SDK that allows your extension to store/share custom data.
📄️ Permission
The user can set various permissions that allow them to control what features the player has access to.
📄️ Player
A player connected to a room.
📄️ TextContent
Describes all information needed to display text.
📄️ Vector2
A point with an x and y coordinate
📄️ Vector3
A point with an x, y and z coordinate