ResourcesPoolGroup Class

Ultimate Pooling

ResourcesPoolGroup Class
Represents a pool group that manages a prefab object located within the resources folder.
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          UltimatePoolingPoolGroup
            UltimatePoolingGenericPoolGroup
              UltimatePoolingResourcesPoolGroup

Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class ResourcesPoolGroup : GenericPoolGroup
UltimatePooling.ResourcesPoolGroup = function();

Type.createClass(
	'UltimatePooling.ResourcesPoolGroup',
	UltimatePooling.GenericPoolGroup);

The ResourcesPoolGroup type exposes the following members.

Constructors
  NameDescription
Public methodResourcesPoolGroup
Initializes a new instance of the ResourcesPoolGroup class
Top
Methods
  NameDescription
Protected methodStart
Called by Unity when the pool is created.
(Overrides PoolGroupStart.)
Top
Fields
  NameDescription
Public fieldprefabName
The name of the prefab to load from the resources folder.
Top
Properties
  NameDescription
Public propertyPrefab
We need to modify the way that the prefab is retrieved.
(Overrides GenericPoolGroupPrefab.)
Top
See Also