mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
!W(Node Editor Widnow) exposed set Lock
This commit is contained in:
parent
3761aa1361
commit
8454b1f1a6
@ -9,7 +9,7 @@ namespace XNodeEditor {
|
|||||||
[InitializeOnLoad]
|
[InitializeOnLoad]
|
||||||
public partial class NodeEditorWindow : EditorWindow,IHasCustomMenu {
|
public partial class NodeEditorWindow : EditorWindow,IHasCustomMenu {
|
||||||
|
|
||||||
public bool Lock { get; private set; }
|
public bool Lock { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Magic method which Unity detects automatically.
|
/// Magic method which Unity detects automatically.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user