Exemplo n.º 1
0
 public PropertyPathScope(IInspectorVisitor visitor, PropertyPath path)
 {
     m_Visitor = visitor;
     m_Path    = visitor.GetCurrentPath();
     m_Visitor.ClearPath();
     m_Visitor.AddToPath(path);
 }
Exemplo n.º 2
0
 public void Dispose()
 {
     m_Visitor.ClearPath();
     m_Visitor.RestorePath(m_Path);
 }