コード例 #1
0
 internal void AddBundleFolder(string folderPath)
 {
     m_Data.AddFolder(folderPath);
 }
コード例 #2
0
 public void AddBundleFolder(string folderPath)
 {
     m_Data.AddFolder(folderPath);
 }