- Home /
This post has been wikified, any user with enough reputation can edit it.
Methods list in inspector
I have a class MyClass : MonoBehaviour which several methods and I will like to be able to select one of them on the inspector (let's say for selecting a method to start with on Start).
Is it possible? How?
Comment
Are you familiar with Editor Extensions/Custom Inspectors?
Your answer
Follow this Question
Related Questions
Creating a custom inspector utilizing a list of class instances with serialization? 1 Answer
Make method variable show up in Inspector 1 Answer
Nested foreach and variables in method calls 2 Answers
How to check if a public method is referenced in inspector 3 Answers
Multiple Cars not working 1 Answer