clone method

  1. @override
MeshDepthMaterial clone()
override

Implementation

@override
MeshDepthMaterial clone() {
  return MeshDepthMaterial().copy(this);
}