codeAPI Reference

s&box PostProcessManager: Post-processing resource management

calendar_today May 12, 2026 schedule ~2 min read person patrickjr verified 50

PostProcessManager API Reference

PostProcessManager is a GameObjectSystem that manages post-processing resources with preview, toggle, and camera attachment.

Type Signature

CSHARP
public sealed class PostProcessManager : GameObjectSystem<PostProcessManager>

Key Methods

Properties

Notes

  • Resources are spawned as children of the scene camera with GameObjectFlags.NotNetworked.
  • Resources are spawned enabled first (for initialization) then disabled if not wanted.
  • Preview mode temporarily enables resources without affecting the permanent enabled state.
  • Multiple resources can be active simultaneously.
Was this helpful?