Beispiel #1
0
 protected LeapGraphic(EditorApi editor)
 {
     this.editor = editor;
 }
Beispiel #2
0
 public LeapGraphicGroup()
 {
     editor = new EditorApi(this);
 }
Beispiel #3
0
 protected LeapGraphic()
 {
     editor = new EditorApi(this);
 }
Beispiel #4
0
        private LeapGraphicRenderer()
        {
#if UNITY_EDITOR
            editor = new EditorApi(this);
#endif
        }