Пример #1
0
 public static void Autofill <T>(this MonoBehaviour mb, ref T field, bool nullable, bool lookInParents)
 {
     mb.Autofill(ref field, nullable, (lookInParents ? AutofillMode.LookInParents : AutofillMode.LookOnlyInSelf));
 }