而使用UniRx 則可以改善這個問題。 void Start() { // A 邏輯,實現了xx Observable.EveryUpdate() .Subscribe(_ => { if (A) { ... } ...
確定! 回上一頁