Interactivity / EditorState
EditorState Class
Section titled “EditorState Class”Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → EditorState
public static class EditorState
Properties
Section titled “Properties”AllowPanningWhileCutting
Section titled “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
AllowPanningWhilePushingItems
Section titled “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
AllowPanningWhileSelecting
Section titled “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
AllowZoomingWhileCutting
Section titled “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
AllowZoomingWhilePanning
Section titled “AllowZoomingWhilePanning”Gets or sets a value indicating whether zooming is allowed while panning the editor viewport.
public static bool AllowZoomingWhilePanning { get; set; }
Property Value
AllowZoomingWhilePushingItems
Section titled “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
AllowZoomingWhileSelecting
Section titled “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
EnableToggledCuttingMode
Section titled “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
EnableToggledPanningMode
Section titled “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
EnableToggledPushingItemsMode
Section titled “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
EnableToggledSelectingMode
Section titled “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