Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
12 Jun 22 - 14 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 /
  • Help Room /
avatar image
4
Question by rhughes · Oct 17, 2015 at 10:16 AM · editoreditor-scriptingbutton trigger eventsonclick

Expose method with Enum parameter to editor

I have the following method:

 public void Play(PlayModes mode)
 {
     // ...
 }

I would like to expose this method to the editor so I can assign it to various buttons. It seems because it takes an enum parameter, the editor does not display it.

What do I need to do to fix this?

Comment
Add comment · Show 5
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
avatar image StuartKemp · Sep 07, 2017 at 11:28 AM 0
Share

I'm trying to do this right now, so I can select an enum value when invoking the method from an Event Trigger component. It doesn't seem to matter where the enum is created, Unity just rejects any functions that require an enum as an argument. But setting an enum attribute for a component is handled just fine. I guess for now I'm going to have to write a different function for each enum value and invoke my main function passing the enum from there.

avatar image haruna9x StuartKemp · Sep 07, 2017 at 01:25 PM 0
Share

You can use int as an alternative. Just assign a fixed number to the enum.

avatar image StuartKemp haruna9x · Sep 07, 2017 at 01:27 PM 0
Share

Yeah, I know, but that doesn't make it user friendly to the other developers in my $$anonymous$$m who might not know which int to use for each enum item. At least with a function for each enum the function names can be human readable

avatar image Hellium · Sep 07, 2017 at 01:27 PM 0
Share

Where is declared the enum ? Are you sure it is public ?

avatar image StuartKemp Hellium · Sep 07, 2017 at 01:30 PM 0
Share

The enum was defined in a component cs file, but outside of the component class. As far as I'm aware that makes it a global enum.

0 Replies

· Add your reply
  • Sort: 

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

7 People are following this question.

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

Related Questions

I cant assign a function to a button. *free candy for whoever helps me out* 2 Answers

EDITOR HOW TO GET A TEXT FILE OBJECT OR INSTANCE ID TO FOCUS THE PROJECT WINDOW ON IT 1 Answer

Editor - Selecting multiple active objects in project view 0 Answers

Running code once on editor start? 0 Answers

Remove Animator in clip via Editor Script? 1 Answer


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