FloatingText.

Update() Method

Summary

Called once per frame by Unity. Updates the Weaver.Examples.FloatingText.Timer and checks if it has exceeded the Weaver.Examples.FloatingText.LifeTime. If so, this text is returned to its Weaver.ObjectPool`1 if it was created by one, otherwise this text is destroyed.
Assembly
Weaver.dll
Namespace
Weaver.Examples
Containing Type
FloatingText

Syntax

protected virtual void Update()

Return Value

Type Description
void