FloatingText.

OnRelease() Method

Summary

Called by the Weaver.PoolableBehaviour`1.Pool when releasing this component to it. Removes this text from the Weaver.Examples.FloatingText.Manager, asserts that the UnityEngine.Component.gameObject was active and deactivates it (unless overridden).
Assembly
Weaver.dll
Namespace
Weaver.Examples
Containing Type
FloatingText

Syntax

public override void OnRelease()

Return Value

Type Description
void