Class ConversationProgress
A serializable snapshot of the engine's position within a conversation. Use with ExportProgress() and ResumeFromProgress(DialogueAsset, ConversationProgress) to save and restore mid-conversation state.
Inherited Members
Namespace: Ibralogue
Assembly: .dll
Syntax
[Serializable]
public class ConversationProgress
Fields
| Edit this page View SourceAssetName
The name of the DialogueAsset that was playing.
Declaration
public string AssetName
Field Value
| Type | Description |
|---|---|
| string |
ConversationName
The name of the active conversation within the asset.
Declaration
public string ConversationName
Field Value
| Type | Description |
|---|---|
| string |
DisplayedNodeCount
How many displayable nodes (lines and choice points) had been processed when the snapshot was taken.
Declaration
public int DisplayedNodeCount
Field Value
| Type | Description |
|---|---|
| int |