Ejemplo n.º 1
0
 public static ReadOnlyMeshCollider AsReadOnly(this MeshCollider self) => self.IsTrulyNull() ? null : new ReadOnlyMeshCollider(self);