edited August 2017 in ORK Scripting
Hi there. I'm trying to activate buttons with code using ORK's uGUI system.

I have created custom prefabs for my buttons. They are working fine, but I need to activate the OnClick() or similar function. Is this contained in

ORKFramework.Behaviours.UIChoiceButtonComponent?

I can't figure out how to activate the button.
Post edited by Nixter on
  • Nevermind. I'm just going to use Invoke() on the button. That should be sufficient for my needs right now.
Sign In or Register to comment.