Click or drag to resize

ICallbackHandlerGetCachedSize Method

Queries the size of a cache item.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
int GetCachedSize(
	long id
)

Parameters

id  Int64
The cache entry ID.

Return Value

Int32
The size of the cache item, or 0 if the item is not found.
See Also