Ex1_SpawnAtExample Class

Ultimate Pooling

Ex1_SpawnAtExample Class
This class shows hot to spawn prefab objects using the overloaded methods.
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          UltimatePooling.DemoEx1_SpawnAtExample

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

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

The Ex1_SpawnAtExample type exposes the following members.

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