Namespace Glitch9.IO
Classes
IOExtensions
JObjectPollingJob
JPollHandler
LocalFileStore<T>
NoopStore<T>
PlayerPrefsStore<T>
PollHandlerBase<T>
PollHandler<T>
PollOptions
Non-generic poll options that accepts IPollingJob callbacks. Use this to configure polling without depending on provider-specific job types.
ScriptableRuntimeSingletonRegistry<TSelf, TValue>
ScriptableRuntimeSingleton-backed registry for runtime-accessible cached data. Must be placed in Resources folder or its subfolders.
UniTaskPolling
UniTaskQueue
Structs
AudioClipAsset
Base64AudioAsset
Base64AudioChunk
Base64ImageAsset
BinaryImageAsset
Pcm16AudioAsset
PooledBytes
- ArrayPool-backed owned byte buffer.
- Call Dispose() to return buffer to pool.
- Ownership is transferred to the consumer when passed downstream.
Texture2DAsset
UrlImageAsset
VideoTextureAsset
Interfaces
IAudioAsset
IAudioChunk
IBase64Source
IBinarySource
IImageAsset
IImageChunk
IPollHandler
IPollingJob
IProgressPollingJob
Extended polling job interface that exposes progress and status information without requiring a reference to provider-specific job types.