예제 #1
0
 public BackgroundComponent(string backgroundAsset, Vector2 backgroundVector, Color backgroundColor)
 {
     background = new BackgroundType(backgroundAsset, backgroundVector, backgroundColor);
 }
예제 #2
0
 public BackgroundComponent(BackgroundType menuBackground)
 {
     background = menuBackground;
 }