Explorar el Código

added materialsetup displayName

Nicolas Cannasse hace 4 años
padre
commit
b9e516625b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      h3d/mat/MaterialSetup.hx

+ 1 - 0
h3d/mat/MaterialSetup.hx

@@ -3,6 +3,7 @@ package h3d.mat;
 class MaterialSetup {
 
 	public var name(default,null) : String;
+	public var displayName(default,null) : String;
 	var database : MaterialDatabase;
 	var emptyMat : h3d.mat.Material;