Summary
    Shorthand for calling 
		Weaver.ObjectPool`1.Acquire followed by
    Weaver.Examples.FloatingText.Show(System.String,UnityEngine.Vector3,Weaver.Examples.BillboardManager).
    - Assembly
- Weaver.dll 
- Namespace
- Weaver.Examples 
- Containing Type
- FloatingText Extensions 
Syntax
public static T Show<T>(this ObjectPool<T> pool, string text, Vector3 position, BillboardManager manager) 
    where T : FloatingTextType Parameters
| Name | Description | 
|---|---|
| T | 
Parameters
| Name | Type | Description | 
|---|---|---|
| pool | ObjectPool | |
| text | string | |
| position | Vector3 | |
| manager | BillboardManager | 
Return Value
| Type | Description | 
|---|---|
| T |