Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Van Zeng · Apr 10, 2013 at 03:03 PM · prime31uitoolkit

How to Use a UIToolkit button to control other UI elements?

 var a = UIButton.create("a_1.PNG", "a_2",0,0);
 a.onTouchUpInside += onTouchUpInsidea;

void onTouchUpInsidea (UIButton obj) {

}

First of all, this is how to init a UIButton of UIToolkit by Prime31. In the method onTouchUpInsidea, I got only one parameter, obj. Therefore, I can only control the button itself, or some other UIButton.

What if I'd like to control multi-ui elements? I cannot pass multi parameter into onTouchUpInsidea. And I'd like to set these UI elements local vars, instead of some class properties in the beginning of the class.

Actually I have to say that I'm not familiar with the delegate and event system of C#. But I'm thinking about that gotta be some approach for controlling multi buttons in UIToolkit.

Thank you very much.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by dodgeThis · Apr 30, 2013 at 10:21 PM

I'm not sure if this is what you are asking for, but here is how I made one button change another button to be selected:

     UIToggleButton applyButton = UIToggleButton.create("VSS_ItemW.png", "VSS_ItemW__.png", "VSS_ItemW__.png", 0, 0); 
     UIToggleButton button6Button = UIToggleButton.create("VSS_Button6.png", "VSS_Button1.png", "VSS_Button1.png", 0, 400); 
     applyButton.onToggle += (sender, newValue) => button6Button.selected = newValue;

When 'applyButton' is clicked 'button6Button' is also set to be selected. I'm assuming that instead of 'button6Button.selected = newValue;' you could have it call a function.

I have only used this toolkit for 3.5 hours today so that's the extent of my knowledge :P. Good Luck!

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

11 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Does UIToolkit currently support rotated sprite from TexturePacker Pro? 0 Answers

UI Toolkit, Gray out a button using a second button 1 Answer

About the shader of UIToolkit 0 Answers

image stretched when packing textures in large size 1 Answer

Prime31 UIToolkit does not work after building it 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges