Search Results for

    Show / Hide Table of Contents

    Class ObjectPoolItem

    Inheritance
    object
    ObjectPoolItem
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class ObjectPoolItem

    Fields

    activeInstances

    Declaration
    public int activeInstances
    Field Value
    Type Description
    int

    inactiveInstances

    Declaration
    public List<GameObject> inactiveInstances
    Field Value
    Type Description
    System.Collections.Generic.List<T><UnityEngine.GameObject>

    lastDestroyUnscaledTime

    Declaration
    public float lastDestroyUnscaledTime
    Field Value
    Type Description
    float

    lastInstantiateUnscaledTime

    Declaration
    public float lastInstantiateUnscaledTime
    Field Value
    Type Description
    float

    lastReuseUnscaledTime

    Declaration
    public float lastReuseUnscaledTime
    Field Value
    Type Description
    float
    In This Article
    Back to top Shape of Dreams API Documentation