コード例 #1
0
 public virtual void Setup(eResLoadStrategy strategy, eResLoadThreadType thread_type)
 {
     m_TotalCount     = 0;
     m_LoadStrategy   = strategy;
     m_LoadThreadType = thread_type;
     m_LoadQueue      = new List <sResLoadChunk>();
 }
コード例 #2
0
 public override void Setup(eResLoadStrategy strategy, eResLoadThreadType thread_type)
 {
     base.Setup(strategy, thread_type);
     m_Active = true;
 }