コード例 #1
0
 public RTHandleSystem.RTHandle GetPreviousFrameRT(int id)
 {
     return(m_HistoryRTSystem.GetFrameRT(id, 1));
 }