Table of Contents

Class UIDraggableVisuals

Namespace
KSP.UI
Assembly
Assembly-CSharp.dll
public class UIDraggableVisuals : MonoBehaviour
Inheritance
UIDraggableVisuals
Extension Methods

Constructors

UIDraggableVisuals()

public UIDraggableVisuals()

Fields

DragEnded

public Action DragEnded

Field Value

Action

DragStarted

public Action DragStarted

Field Value

Action

Properties

IsDragging

public bool IsDragging { get; set; }

Property Value

bool

StyleDragElementWhileDragging

public UIDraggableVisuals.DragElementVisualStyle StyleDragElementWhileDragging { get; set; }

Property Value

UIDraggableVisuals.DragElementVisualStyle

StyleOriginWhileDragging

public UIDraggableVisuals.DragSourceVisualStyle StyleOriginWhileDragging { get; set; }

Property Value

UIDraggableVisuals.DragSourceVisualStyle