 | EntityObjectPoolFree Method |
[Missing <summary> documentation for "M:Slash.Unity.Common.ECS.EntityObjectPool.Free(UnityEngine.GameObject)"]
Namespace: Slash.Unity.Common.ECSAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic void Free(
GameObject entityObject
)
Public Sub Free (
entityObject As GameObject
)
public:
void Free(
GameObject^ entityObject
)
member Free :
entityObject : GameObject -> unit
Parameters
- entityObject
- Type: GameObject
[Missing <param name="entityObject"/> documentation for "M:Slash.Unity.Common.ECS.EntityObjectPool.Free(UnityEngine.GameObject)"]
See Also