Example #1
0
 public Texture2D GetTexmapTexture(int textureIndex)
 {
     return(m_Texmaps.GetTexmapTexture(textureIndex));
 }
Example #2
0
 public Texture2DInfo GetTexmapTexture(int textureIndex)
 {
     return(_texmaps.GetTexmapTexture(textureIndex));
 }