PrecacheOperationResult (Class)

Namespace: Wrld.Precaching

A result of a precache operation. Returned whenever a precache operation completes via the completion handler passed to PrecacheApi.Precache.

Properties

bool Succeeded

A bool indicating whether the precache operation succeeded or not.

bool Succeeded { get; private set; } 
v0.8.17