3.9 KiB
EditorState Class
Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → EditorState
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
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
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
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
Gets or sets a value indicating whether zooming is allowed while panning the editor viewport.
public static bool AllowZoomingWhilePanning { get; set; }
Property Value
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
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
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
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
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
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