protected override void OnValidate() { base.OnValidate(); _collectionGrouper = GetComponent <CollectionGrouper>(); }
protected override void OnValidate() { _scrollRectComponent = GetComponent <ScrollRect>() ?? _scrollRectComponent; _collectionGrouper = GetComponentInChildren <CollectionGrouper>() ?? _collectionGrouper; }