* Abstracted some methods from SceneObjectGroup to allow them to be overridden more easily. Specifically object creation from XML.

This commit is contained in:
Adam Frisby
2008-11-16 04:40:36 +00:00
parent 8e119130c5
commit 29eec33506
2 changed files with 13 additions and 3 deletions

View File

@@ -1306,7 +1306,6 @@ if (m_shape != null) {
/// <summary>
/// Restore this part from the serialized xml representation.
/// </summary>
/// <param name="xmlreader"></param>
/// <returns></returns>
public static SceneObjectPart FromXml(XmlReader xmlReader)
{