Exemple #1
0
        public HistoryLock LockHistory(out int lastValidFrame)
        {
            var result = new HistoryLock(this, m_historyLock);

            lastValidFrame = m_lastFrameIndex;
            return(result);
        }
Exemple #2
0
 public HistoryLock LockHistory(out int lastValidFrame)
 {
     var result = new HistoryLock(this, m_historyLock);
     lastValidFrame = m_lastFrameIndex;
     return result;
 }