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 d6349aa commit 113040bCopy full SHA for 113040b
README.md
@@ -23,10 +23,10 @@ This pool creates objects that you defined on start and creates additionally if
23
24
### To Spawn and Despawn
25
26
+#### Spawn
27
`` ObjectPooler.Instance.SpawnFromPool(PooledObjectType.YourTypeComesHere , transform.position, Random.rotation); ``
-
28
-Attention ! : Despawn should be called from the pooled object .
29
-`` ObjectPooler.Instance.Despawn(Type,gameObject); ``
+#### Despawn
+`` ObjectPooler.Instance.Despawn(gameObject); ``
30
31
32
## Contributing
0 commit comments