Interface: RenderableGCSystemOptions

RenderableGCSystemOptions

Options for the RenderableGCSystem.

Properties:
Name Type Attributes Default Description
renderableGCActive boolean <optional>
true

If set to true, this will enable the garbage collector on the renderables.

renderableGCAMaxIdle number <optional>
60000

The maximum idle frames before a texture is destroyed by garbage collection.

renderableGCCheckCountMax number <optional>
60000

time between two garbage collections.

Members

renderableGCActive boolean

If set to true, this will enable the garbage collector on the renderables.

Default Value:
  • true

renderableGCAMaxIdle number

The maximum idle frames before a texture is destroyed by garbage collection.

Default Value:
  • 60000

renderableGCCheckCountMax number

time between two garbage collections.

Default Value:
  • 60000