Summary
An
Weaver.ObjectPool`1
made from an injected Weaver.Examples.FloatingText
prefab which is used for
indicating score gains.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Examples - Containing Type
- Score
Syntax
[AssetPool]
public static readonly ObjectPool<FloatingText> Text
Attributes
Type | Description |
---|---|
AssetPoolAttribute |
An Weaver.AssetInjectionAttribute which assigns an Weaver.ObjectPool`1 to the attributed member
that creates new items by instantiating copies of the target asset.
|