We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6308580 commit 3b37d78Copy full SHA for 3b37d78
Poolable.cs
@@ -22,6 +22,7 @@ private void Awake()
22
_onBackFromPool.Setup();
23
}
24
25
+ [Button]
26
public void ReturnToPool()
27
{
28
if (!_isEnabled)
0 commit comments