SkillAgentSearch skills...

UniRxForNGUI

UniRx plugin for NGUI

Install / Use

/learn @mavriel/UniRxForNGUI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

UniRxForNGUI

There are UniRx helper classes for NGUI.

[SerializedField] GameObject btn;
[SerializedField] UIInput input;

void Start() {
	btn.OnClickAsObservable().Subscribe( _ => Debug.Log("Clicked") ).AddTo(this);

	input.OnChangeAsObservable().Subscribe( t => Debug.Log(t) ).AddTo(this);
}
View on GitHub
GitHub Stars10
CategoryDevelopment
Updated2y ago
Forks4

Languages

C#

Security Score

60/100

Audited on Sep 19, 2023

No findings