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