Interface that represents shared objects that request chunks from a ChunkManager.

Hierarchy

Properties

RPC_TYPE_ID: string

Should be set to a constant specifying the SharedObject type identifier on the prototype of final derived owner classes. It is not used on counterpart (non-owner) classes.

chunkManager: ChunkManager
disposedStacks: any
isOwner: undefined | boolean
refCount: number = 1
referencedGeneration: number
rpc: null | RPC = null
rpcId: null | number = null
unreferencedGeneration: number
wasDisposed: undefined | boolean

Methods

Generated using TypeDoc