mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Add the interfaces for the new Avination baked texture cache service
This commit is contained in:
19
OpenSim/Region/Framework/Interfaces/IBakedTextureModule.cs
Normal file
19
OpenSim/Region/Framework/Interfaces/IBakedTextureModule.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// (c) 2009, 2010 Careminster Limited and Melanie Thielker
|
||||
//
|
||||
// All rights reserved
|
||||
//
|
||||
using System;
|
||||
using Nini.Config;
|
||||
using OpenSim.Framework;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
public interface IBakedTextureModule
|
||||
{
|
||||
AssetBase[] Get(UUID id);
|
||||
void Store(UUID id, AssetBase[] data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user