Example #1
0
 public virtual void DrawGUI(LevelMeshEditor editorState)
 {
 }
Example #2
0
 public abstract void Act(LevelMeshEditor editorState, Event current);
Example #3
0
 public virtual void ReadKeyboardInput(LevelMeshEditor editorState, Event current)
 {
 }
Example #4
0
 public override void Act(LevelMeshEditor editorState, Event current)
 {
     Debug.Log("I'm resizing something ;)");
 }