Ex3_CreatePoolExample Class

Ultimate Pooling

Ex3_CreatePoolExample Class
This class shows how to create a new pool for a prefab type and initialize its spawning values.
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          UltimatePooling.DemoEx3_CreatePoolExample

Namespace: UltimatePooling.Demo
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class Ex3_CreatePoolExample : MonoBehaviour
UltimatePooling.Demo.Ex3_CreatePoolExample = function();

Type.createClass(
	'UltimatePooling.Demo.Ex3_CreatePoolExample',
	UnityEngine.MonoBehaviour);

The Ex3_CreatePoolExample type exposes the following members.

Constructors
  NameDescription
Public methodEx3_CreatePoolExample
Initializes a new instance of the Ex3_CreatePoolExample class
Top
Fields
  NameDescription
Public fieldprefab
The prefab we want to spawn - Assigned in the editor inspector.
Top
See Also