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)); }