diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/PrimitiveBaseShape.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Framework/PrimitiveBaseShape.cs b/OpenSim/Framework/PrimitiveBaseShape.cs index 85638ca..03ddb33 100644 --- a/OpenSim/Framework/PrimitiveBaseShape.cs +++ b/OpenSim/Framework/PrimitiveBaseShape.cs | |||
@@ -174,6 +174,12 @@ namespace OpenSim.Framework | |||
174 | } | 174 | } |
175 | 175 | ||
176 | /// <summary> | 176 | /// <summary> |
177 | /// Raw media data suitable for serialization operations. This should only ever be used by an IMoapModule. | ||
178 | /// </summary> | ||
179 | [XmlIgnore] | ||
180 | public string MediaRaw { get; set; } | ||
181 | |||
182 | /// <summary> | ||
177 | /// Entries to store media textures on each face | 183 | /// Entries to store media textures on each face |
178 | /// </summary> | 184 | /// </summary> |
179 | /// Do not change this value directly - always do it through an IMoapModule. | 185 | /// Do not change this value directly - always do it through an IMoapModule. |