Table of Contents

Class TextDelta

Namespace
Glitch9.AIDevKit
public sealed class TextDelta : StreamEventArgs<TextType>
Inheritance
object
TextDelta
Inherited Members

Constructors

TextDelta(StreamHeader, TextType, string)

public TextDelta(StreamHeader header, TextType type, string text)

Parameters

header StreamHeader
type TextType
text string

Properties

Text

public string Text { get; }

Property Value

string