Views
-
ActivityVariableGroupView
Per-emission, public-API view of one ActivityVariableGroup. Member references are uuids…
-
AudioCueView
Read-only view of an `AudioCue` definition — a structured audio program (music / ambience / sfx / voice) the host's cue…
-
BackgroundClipView
Catalog entry for a background clip authored on a MediaView. See BackgroundClipResult for the result-DTO form returned…
-
CharacterView
Read-only view of a `Character`. Returned from AllCharacters and GetCharacter(string). Name is locale-resolved lazily on…
-
ChoiceGroupView
Projection of a ChoiceGroup. Attached to each GroupedChoice emitted by the runtime's…
-
CodexEntryView
Read-only view of a codex entry. Returned from AllCodexEntries. Title, Body, and Category resolve under the active…
-
ItemView
Read-only view of an Item. Mirrors the *View pattern (e.g. SceneView).
-
LinkedMediaView
A secondary media reference attached to a primary MediaView — e.g. a linked clip that plays simultaneously.
-
LinkedSequenceView
A secondary media reference linked off a primary SequenceEvent — e.g. an alternative camera angle that starts At seconds…
-
LocationConnectionView
One outbound connection from a LocationView — destination + visibility expression.
-
LocationView
Read-only view of a Location. Mirrors *View pattern.
-
MediaCaptionView
One caption line authored on a MediaView. Pre-resolved against the active locale at hydration.
-
MediaView
Read-only view of a `Media` definition. Returned from AllMedia and GetMedia(string). Title is locale-resolved lazily.
-
PeekMedia
A media asset that a current choice would play. Returned by PeekMedia() for prewarming.
-
PeekResult
Result of PeekMedia() — the media assets the runtime's currently visible choices would play, split by kind so each list…
-
SceneView
Read-only runtime view of a Scene. Exposed via AllScenes and accepted by EnterScene(SceneView, bool).
-
SkillView
Read-only view of a `Skill`. Returned from AllSkills. DisplayName is locale-resolved lazily.
-
StoryBeatView
Catalog entry for a story beat authored on a MediaView. See StoryBeatResult for the result-DTO form (with decayed…
-
TimeView
Read-only view of the current in-game time.
-
VariableView
Read-only view of a `Variable`'s metadata (id, type, defaults, meter hint, range). Returned from AllVariables and…