Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ObjectResource<Value>

Internal structure managed by ArrayObjectPool which represents the object resource.

Type parameters

  • Value

Hierarchy

  • ObjectResource

Properties

Properties

index

index: number

Position of the resource in the pool.
Managed by ArrayObjectPool, do not change it on your own.

Readonly value

value: Value

Value of the resource.