xNode icon indicating copy to clipboard operation
xNode copied to clipboard

Add node editor lock features

Open Siccity opened this issue 4 years ago • 0 comments

Add node editor disableFlags which is a bitflag enum used to lock certain editor features of the node. Usage should be similar to https://docs.unity3d.com/ScriptReference/HideFlags.html Options should include Select, Move, Remove, Duplicate (more?). Default value should be 0 (no flags set)

Siccity avatar Jul 22 '19 06:07 Siccity