Skip to content

Nodify_Interactivity_EditorState

miroiu edited this page Dec 23, 2024 · 1 revision

EditorState Class

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectEditorState

public static class EditorState  

Properties

AllowPanningWhileCutting

Gets or sets a value indicating whether panning is allowed while cutting connections in the editor.

public static bool AllowPanningWhileCutting { get; set; }  

Property Value

Boolean

AllowPanningWhilePushingItems

Gets or sets a value indicating whether panning is allowed while pushing items in the editor.

public static bool AllowPanningWhilePushingItems { get; set; }  

Property Value

Boolean

AllowPanningWhileSelecting

Gets or sets a value indicating whether panning is allowed while selecting items in the editor.

public static bool AllowPanningWhileSelecting { get; set; }  

Property Value

Boolean

AllowZoomingWhileCutting

Gets or sets a value indicating whether zooming is allowed while cutting connections in the editor.

public static bool AllowZoomingWhileCutting { get; set; }  

Property Value

Boolean

AllowZoomingWhilePanning

Gets or sets a value indicating whether zooming is allowed while panning the editor viewport.

public static bool AllowZoomingWhilePanning { get; set; }  

Property Value

Boolean

AllowZoomingWhilePushingItems

Gets or sets a value indicating whether zooming is allowed while pushing items in the editor.

public static bool AllowZoomingWhilePushingItems { get; set; }  

Property Value

Boolean

AllowZoomingWhileSelecting

Gets or sets a value indicating whether zooming is allowed while selecting items in the editor.

public static bool AllowZoomingWhileSelecting { get; set; }  

Property Value

Boolean

EnableToggledCuttingMode

Determines whether toggled cutting mode is enabled, allowing the user to start and end the interaction in two steps with the same input gesture.

public static bool EnableToggledCuttingMode { get; set; }  

Property Value

Boolean

EnableToggledPanningMode

Determines whether toggled panning mode is enabled, allowing the user to start and end the interaction in two steps with the same input gesture.

public static bool EnableToggledPanningMode { get; set; }  

Property Value

Boolean

EnableToggledPushingItemsMode

Determines whether toggled pushing items mode is enabled, allowing the user to start and end the interaction in two steps with the same input gesture.

public static bool EnableToggledPushingItemsMode { get; set; }  

Property Value

Boolean

EnableToggledSelectingMode

Determines whether toggled selecting mode is enabled, allowing the user to start and end the interaction in two steps with the same input gesture.

public static bool EnableToggledSelectingMode { get; set; }  

Property Value

Boolean

Clone this wiki locally