holoride
Search Results for

    Show / Hide Table of Contents

    Class ElasticObjectPoolDefaultSettings

    Inheritance
    object
    ElasticObjectPoolDefaultSettings
    Implements
    IElasticObjectPoolSettings
    Namespace: Holoride.ElasticSDK
    Assembly: Holoride.ElasticSDK.Runtime.dll
    Syntax
    [Serializable]
    public class ElasticObjectPoolDefaultSettings : IElasticObjectPoolSettings

    Constructors

    ElasticObjectPoolDefaultSettings(int, int, int)

    Declaration
    public ElasticObjectPoolDefaultSettings(int maxPoolSize = 10, int initPoolSize = 0, int maxInitFrames = 1)
    Parameters
    Type Name Description
    int maxPoolSize
    int initPoolSize
    int maxInitFrames

    Properties

    InitPoolSize

    Gets or sets the initial amount of instances the spawning pool is going to be instantiated with.

    Declaration
    public int InitPoolSize { get; set; }
    Property Value
    Type Description
    int

    MaxInitFrames

    Gets or sets the maximum amount of frames taken to instantiate initial spawning pool.

    Declaration
    public int MaxInitFrames { get; set; }
    Property Value
    Type Description
    int

    MaxPoolSize

    Gets or sets the maximum amount of instances the spawning pool is going to create. Supports runtime change.

    Declaration
    public int MaxPoolSize { get; set; }
    Property Value
    Type Description
    int

    Implements

    IElasticObjectPoolSettings
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint