コード例 #1
0
ファイル: Pool.cs プロジェクト: oms064/Articy-Controller-Demo
 protected void ReturnToQueue(PoolMonoBehaviour o)
 {
     poolQueue.Enqueue(o as T);
 }
コード例 #2
0
 private void Awake()
 {
     poolMono = GetComponent <PoolMonoBehaviour>();
 }