Struct WordInfo
Assembly: Febucci.TextAnimator.Runtime.dll
Syntax
Constructors
WordInfo(Int32, Int32, String)
Declaration
public WordInfo(int firstCharacterIndex, int lastCharacterIndex, string text)
Parameters
Type |
Name |
Description |
System.Int32 |
firstCharacterIndex |
|
System.Int32 |
lastCharacterIndex |
|
System.String |
text |
|
Fields
firstCharacterIndex
Declaration
public readonly int firstCharacterIndex
Field Value
Type |
Description |
System.Int32 |
|
lastCharacterIndex
Declaration
public readonly int lastCharacterIndex
Field Value
Type |
Description |
System.Int32 |
|
text
Declaration
public readonly string text
Field Value
Type |
Description |
System.String |
|