facebook twitter hatena line email

Unity/UniRx/Exception

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
button.onClick.AsObservable()
    .Subscribe (_ => {
        text.text = "test";
    }, err => { Debug.Log(err.Message); })
    .AddTo(gameObject);

Subscribeのところの第2引数に