Files
BABA_YAGA/Packages/app.rive.rive-unity/Runtime/Interfaces/IFileAssetLoader.cs

9 lines
136 B
C#
Raw Permalink Normal View History

2026-05-19 17:39:03 +07:00
namespace Rive
{
public interface IFileAssetLoader
{
bool LoadContents(EmbeddedAssetReference assetReference);
}
}