コード例 #1
0
ファイル: DataDirtyHandler.cs プロジェクト: tkonexhh/GFrame
 public bool GetIsDataDirty()
 {
     if (m_Recorder == null)
     {
         Log.e("Has No DataDirtyRecorder");
         return(false);
     }
     return(m_Recorder.GetIsDirty());
 }
コード例 #2
0
        public bool GetIsDataDirty()
        {
            if (m_Recorder == null)
            {
                return(false);
            }

            return(m_Recorder.GetIsDirty());
        }