UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

7 lines (6 loc) 274 B
export interface AssetRetryOptions { /** @description The maximum number of retries allowed before we give up on loading this asset. */ maxRetries?: number; /** @description Whether to try loading this asset again if it fails. */ retryOnFailure?: boolean; }