Unity中使用設計模式之簡單工廠模式、工廠方法模式和抽象工廠模式

好比咱們想生產兩種飲料(農夫山泉和脈動),在不使用任何設計模式時是這樣的:設計模式 using System.Collections; using System.Collections.Generic; using UnityEngine; public class Test : MonoBehaviour { void Start() { Drink drin
相關文章
相關標籤/搜索