clone method
Return a new material with the same parameters as this material.
Implementation
Material clone() {
throw ("Material.clone $type need implement.... ");
}
Return a new material with the same parameters as this material.
Material clone() {
throw ("Material.clone $type need implement.... ");
}