Ejemplo n.º 1
0
            public static StatusKey From(Utl.MaterialInformation.TextureInformation info)
            {
                StatusKey status = new StatusKey();

                status.Name        = info.Name;
                status.UniformName = info.UniformName;
                status.Footer      = "TYPE_T";
                return(status);
            }
Ejemplo n.º 2
0
 public string CreateKey(Utl.MaterialInformation.TextureInformation info)
 {
     return(info.Name + "@T");
 }