Added ToXml2() to ISceneObject, so that components other than regions can use this abstraction.

This commit is contained in:
Diva Canto
2009-08-06 16:41:24 -07:00
parent ed3b21ce4e
commit ea940d98f9
2 changed files with 7 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ namespace OpenSim.Framework
{
UUID UUID { get; }
ISceneObject CloneForNewScene();
string ToXml2();
string ExtraToXmlString();
void ExtraFromXmlString(string xmlstr);
string GetStateSnapshot();