Thank you for your continued work on the development and maintenance of VRChat.
The UI Events documentation lists the methods and properties that can be called from uGUI events such as
OnClick
and
OnValueChanged
.
However, it appears that there are some items which are actually allowed but not included in this list.
For example,
TextMeshProUGUI.text(string)
can currently be invoked through uGUI events, yet it is not mentioned anywhere in the documentation.
There may also be other properties or methods that are permitted but not currently listed.
Because of these discrepancies, it can be difficult for creators to determine whether a call is officially supported or simply working by coincidence.
If possible, it would be greatly appreciated if the documentation could be updated to include
all currently allowed UI Event targets
, ensuring that the list fully reflects what is supported in practice.
Thank you very much for your time and consideration.