PoolGen  1.0
Public Attributes | List of all members
PoolTest Class Reference

Used to test the pool system More...

Inherits MonoBehaviour.

Public Attributes

PoolManager pool_MouseButtonRight
 Direct reference to a PoolManager More...
 
string poolNameMouseButtonLeft = ""
 Name of a PoolManager More...
 
int spawnCount = 1
 How many objects to spawn More...
 
float shootDelayLeft = .1f
 Shoot timer delay for the left mouse button More...
 
float shootDelayRight = .1f
 Shoot timer delay for the right mouse button More...
 

Detailed Description

Used to test the pool system

Member Data Documentation

PoolManager pool_MouseButtonRight

Direct reference to a PoolManager

string poolNameMouseButtonLeft = ""

Name of a PoolManager

float shootDelayLeft = .1f

Shoot timer delay for the left mouse button

float shootDelayRight = .1f

Shoot timer delay for the right mouse button

int spawnCount = 1

How many objects to spawn