Exemplo n.º 1
0
 public static ReadOnlyMeshFilter AsReadOnly(this MeshFilter self) => self.IsTrulyNull() ? null : new ReadOnlyMeshFilter(self);