Explorar o código

added materialsetup displayName

Nicolas Cannasse %!s(int64=4) %!d(string=hai) anos
pai
achega
b9e516625b
Modificáronse 1 ficheiros con 1 adicións e 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;