protected override void customLoad(Engine.Saving.LoadInfo info)
 {
     base.customLoad(info);
     if (watchingInterfaceName == null)
     {
         //legacy support for transparency culler definitions that used parentInterfaceName
         watchingInterfaceName = info.GetString("parentInterfaceName", watchingInterfaceName);
     }
 }
Пример #2
0
 protected override void customLoad(Engine.Saving.LoadInfo info)
 {
     base.customLoad(info);
     parentSegmentSimObjectName = info.GetString("parentSpineSegmentSimObjectName", parentSegmentSimObjectName);
     parentSegmentName          = info.GetString("parentSpineSegmentName", parentSegmentName);
 }