Interface IElasticObjectPoolSettings
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
public interface IElasticObjectPoolSettings
Properties
InitPoolSize
Gets or sets the initial amount of instances the spawning pool is going to be instantiated with.
Declaration
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
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
int MaxPoolSize { get; set; }
Property Value
Type | Description |
---|---|
int |