Table of Contents
Extensions for AsyncOperationHandles
public static class AsyncOperationHandleExt
Inheritance System.Object AsyncOperationHandleExt
Gets whether the AsyncOperationHandle is for a modded sprite
public static bool IsModded(this AsyncOperationHandle<Sprite> handle, out string name);
handle UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle
this
name System.String
resource name of modded sprite
System.Boolean
whether it's for a modded sprite or not