Esempio n. 1
0
 public static ReadOnlyScrollRect AsReadOnly(this ScrollRect self) => self.IsTrulyNull() ? null : new ReadOnlyScrollRect(self);