FloatingText.

Show(string, Vector3, BillboardManager) Method

Summary

Sets the details of this text and activates its UnityEngine.GameObject.
Assembly
Weaver.dll
Namespace
Weaver.Examples
Containing Type
FloatingText

Syntax

public void Show(string text, Vector3 position, BillboardManager manager)

Parameters

Name Type Description
text string
position Vector3
manager BillboardManager

Return Value

Type Description
void