holoride
Search Results for

    Show / Hide Table of Contents

    Class ElasticObjectPool

    The pool that hold all pooled transforms and a reference to its root transform.

    Inheritance
    object
    ElasticObjectPool
    Namespace: Holoride.ElasticSDK
    Assembly: Holoride.ElasticSDK.Runtime.dll
    Syntax
    public class ElasticObjectPool

    Fields

    PooledTransforms

    The list of currently pooled instance transforms.

    Declaration
    public List<Transform> PooledTransforms
    Field Value
    Type Description
    List<><Transform>

    Root

    The pool's root transform.

    Declaration
    public Transform Root
    Field Value
    Type Description
    Transform

    Settings

    The individual pool's settings.

    Declaration
    public IElasticObjectPoolSettings Settings
    Field Value
    Type Description
    IElasticObjectPoolSettings

    Properties

    IsInitialized

    Gets a value indicating whether a pool has been initialized.

    Declaration
    public bool IsInitialized { get; }
    Property Value
    Type Description
    bool
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint