Class RecipeCutsceneStageDto
Recipe description of a single cutscene stage. Maps to one UnityCutsceneStep element inside a
UnityCutsceneDefinition.Stages list. Asset references (the Timeline) are given as project paths,
resolved at import time — never GUIDs.
Inherited Members
Namespace: Serenity.ProjectRecipe.Infrastructure.Editor.Model
Assembly: Serenity.UnityProjectRecipe.Infrastructure.Editor.dll
Syntax
public class RecipeCutsceneStageDto
Constructors
RecipeCutsceneStageDto()
Declaration
public RecipeCutsceneStageDto()
Fields
duration
Declaration
public float duration
Field Value
| Type | Description |
|---|---|
| float | Duration of the stage in seconds. |
fadeColor
Declaration
public Color fadeColor
Field Value
| Type | Description |
|---|---|
| Color | Overlay colour used by |
id
Declaration
public string id
Field Value
| Type | Description |
|---|---|
| string | Optional stage identifier (free-form; used by tooling/outline, not required at runtime). |
stageType
Declaration
public string stageType
Field Value
| Type | Description |
|---|---|
| string | Stage kind, as a |
timeline
Declaration
public string timeline
Field Value
| Type | Description |
|---|---|
| string | Project path to a Unity Timeline |