TextManager Class

Summary

Provides a central location for accessing various different kinds of Weaver.Examples.FloatingText.
Assembly
Weaver.dll
Namespace
Weaver.Examples
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["TextManager"] class Type type-node

Syntax

public static class TextManager

Methods

Name Value Summary
ShowDamageText(TextManager.DamageType, int, Vector3) void
Shows a Weaver.Examples.FloatingText damage of a particular type.
static
ShowSpeechText(string, Vector3) FloatingText
Shows a Weaver.Examples.FloatingText for speech.
static
ShowStatusText(string, Vector3, float) void
Shows a Weaver.Examples.FloatingText to indicate a status effect.
static