Class TypewriterByCharacter
Built-in typewriter, which shows letters dynamically character after character.
To enable it, add this component near a TAnimCore one
Inheritance
TypewriterByCharacter
Assembly: Febucci.TextAnimator.Runtime.dll
Syntax
public class TypewriterByCharacter : TypewriterCore
Fields
avoidMultiplePunctuactionWait
Declaration
public bool avoidMultiplePunctuactionWait
Field Value
Type |
Description |
System.Boolean |
|
disappearanceSpeedMultiplier
Declaration
public float disappearanceSpeedMultiplier
Field Value
Type |
Description |
System.Single |
|
useTypewriterWaitForDisappearances
Declaration
public bool useTypewriterWaitForDisappearances
Field Value
Type |
Description |
System.Boolean |
|
waitForLastCharacter
Declaration
public bool waitForLastCharacter
Field Value
Type |
Description |
System.Boolean |
|
waitForNewLines
Declaration
public bool waitForNewLines
Field Value
Type |
Description |
System.Boolean |
|
waitForNormalChars
Declaration
public float waitForNormalChars
Field Value
Type |
Description |
System.Single |
|
waitLong
Declaration
Field Value
Type |
Description |
System.Single |
|
waitMiddle
Declaration
Field Value
Type |
Description |
System.Single |
|
Methods
GetWaitAppearanceTimeOf(Int32)
Declaration
protected override float GetWaitAppearanceTimeOf(int charIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
charIndex |
|
Returns
Type |
Description |
System.Single |
|
Overrides
GetWaitDisappearanceTimeOf(Int32)
Declaration
protected override float GetWaitDisappearanceTimeOf(int charIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
charIndex |
|
Returns
Type |
Description |
System.Single |
|
Overrides