예제 #1
0
 void Awake()
 {
     _ref = GetComponent <BirdAssetReference>();
     foreach (var image in _images)
     {
         image.color = _ref.BirdChannel.BirdColor;
     }
 }
예제 #2
0
 void Awake() => _ref = GetComponent <BirdAssetReference>();