We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb70fdd commit 001bbb7Copy full SHA for 001bbb7
README.md
@@ -72,9 +72,6 @@ public abstract class Controller {
72
public virtual void OnInitialized ();
73
/// Method invoked when the controller updates, will be called every frame.
74
public virtual void OnUpdate ();
75
- /// Method invoked when the controller is drawing the gizmos, will be called
76
- /// every gizmos draw call.
77
- public virtual void OnDrawGui ();
78
79
/// Register your systems and services to the controller. This can only be
80
/// done during 'OnInitialize' cycle.
0 commit comments