Exemplo n.º 1
0
 private bool DoesMaterialContainTexture(string text, IMaterial material)
 {
     Debug.Assert(material != null, "Attempted to look for a texture on a non-valid Material");
     return(material.HasTexture(text));
 }