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