Skip to content

Interactivity / EditorState

Namespace: Nodify.Interactivity

Assembly: Nodify

Inheritance: ObjectEditorState

public static class EditorState

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

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

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

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

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

public static bool AllowZoomingWhilePanning { get; set; }

Property Value

Boolean

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

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

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

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

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

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