/// <summary>Checks if the values defined in the type are the same as in Unity itself.</summary>
 /// <returns>True if the type members match the project values.</returns>
 private bool IsInSync() => _sync.IsInSync(GeneratingType);