Exemplo n.º 1
0
 public void CopyTo(ILRenderQueueItem[] array, int arrayIndex) {
     m_list.CopyTo(array,arrayIndex); 
 }
Exemplo n.º 2
0
 public int IndexOf(ILRenderQueueItem item) {
     return m_list.IndexOf(item); 
 }
Exemplo n.º 3
0
 public bool Contains(ILRenderQueueItem item) {
     return m_list.Contains(item); 
 }