Show / Hide Table of Contents

Delegate TextAnimator.MessageEvent

Delegate used for TextAnimator's events. Listeners can subscribe to: onEvent.

  • Manual: Triggering Events while typing
Namespace: Febucci.UI
Assembly: Febucci.TextAnimator.Runtime.dll
Syntax
public delegate void MessageEvent(string message);
Parameters
Type Name Description
String message
Back to top Text Animator for Unity - Documentation