Conversation Class

Summary

A simple sequence that shows a series of pre-defined lines as speech text above specific objects as if they were having a conversation.
Assembly
Weaver.dll
Namespace
Weaver.Examples
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["Conversation"] class Type type-node

Syntax

public sealed class Conversation : MonoBehaviour

Fields

Name Constant Value Summary
lines
The individual lines of text to show.
pauseTime
The amount of time to pause between each line.
speakers
The target objects above which the text will be shown.