- Home /
Editor class for Animation window
Where (in Assembly Browser) can I find Editor class for Unity's build-in Animation window? I want create my own version of that window but the Editor class for it seems nowhere to be found in the assembly.
Answer by frarees · Oct 10, 2014 at 10:59 AM
AnimationWindow. Note that it's defined as internal
. To inspect it you should change visibility to All Members
.
Thanks! For some reason $$anonymous$$onoDevelop doesn't show me internal classes even when All $$anonymous$$embers option is selected. I had to use ILSpy.
$$anonymous$$onoDevelop is quite buggy. What I do to inspect is open Assembly Browser from menu (do not jump from definition), and switch visibility before anything else. That way I use to get all classes.
Your answer
Follow this Question
Related Questions
How can I define two-dimensional curves? (like: circle) 1 Answer
Store and Restore an object's state 1 Answer
Adding a permament AnimationClip 0 Answers
How create customize shortcuts in the unity-editor for create assembly definition ? 0 Answers
Unity2D - How do you restart/interrupt an animation? 2 Answers