/// <summary>
		/// Awake this instance.
		/// </summary>
		protected virtual void Awake()
		{
			PoolInstance = this;
		}
		/// <summary>
		/// Awake this instance.
		/// </summary>
		protected virtual void Awake()
		{
			objectPooler = GetComponent<ObjectPooler> ();
			spawnerStartTime = Time.time;
		}
Beispiel #3
0
 /// <summary>
 /// Awake this instance.
 /// </summary>
 protected virtual void Awake()
 {
     PoolInstance = this;
 }