Playground by Górka Mateusz
Goo.Tools.Pooling.ListOfGameObject Class Reference
+ Inheritance diagram for Goo.Tools.Pooling.ListOfGameObject:
+ Collaboration diagram for Goo.Tools.Pooling.ListOfGameObject:

Protected Member Functions

override bool IsRecycled (GameObject gameObject)
 
- Protected Member Functions inherited from Goo.Tools.Pooling.ListOfRecyclable< GameObject >
abstract bool IsRecycled (T o)
 

Additional Inherited Members

- Public Member Functions inherited from Goo.Tools.Pooling.ListOfRecyclable< GameObject >
GetRecycled ()
 

Member Function Documentation

◆ IsRecycled()

override bool Goo.Tools.Pooling.ListOfGameObject.IsRecycled ( GameObject  gameObject)
inlineprotected
8 {
9 return !gameObject.activeSelf;
10 }

The documentation for this class was generated from the following file: