Eyeshot 10 WinForms API Reference
MaterialDictionary Class
Members 

WinForms Assembly > devDept.Eyeshot Namespace : MaterialDictionary Class
Material dictionary. Automatically manages OpenGL resources allocation / deallocation.
Syntax
'Declaration
 
Public Class MaterialDictionary 
   Inherits devDept.Eyeshot.EyeshotDictionary(Of Material)
public class MaterialDictionary : devDept.Eyeshot.EyeshotDictionary<Material> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      devDept.Eyeshot.EyeshotDictionary<T>
         devDept.Eyeshot.MaterialDictionary

See Also

Reference

MaterialDictionary Members
devDept.Eyeshot Namespace