Created
August 31, 2019 14:22
-
-
Save JoseMiguelPizarro/e7260fa963dfcbd44b8e9bcd193b0a2f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private void OnSceneGUI() | |
{ | |
DrawToolBar(SceneView.lastActiveSceneView); | |
activeTool.Act(this, Event.current); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment