mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Added ToXml2() to ISceneObject, so that components other than regions can use this abstraction.
This commit is contained in:
@@ -34,6 +34,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
UUID UUID { get; }
|
||||
ISceneObject CloneForNewScene();
|
||||
string ToXml2();
|
||||
string ExtraToXmlString();
|
||||
void ExtraFromXmlString(string xmlstr);
|
||||
string GetStateSnapshot();
|
||||
|
||||
Reference in New Issue
Block a user