Class ModalUIModule<U>
- Namespace
- KSP.UserInterface
- Assembly
- Assembly-CSharp.dll
public class ModalUIModule<U> : UIModule where U : struct
Type Parameters
U
- Inheritance
-
ModalUIModule<U>
- Inherited Members
- Extension Methods
Constructors
ModalUIModule()
public ModalUIModule()
Fields
Data
public U Data
Field Value
- U
Methods
Cancel()
public void Cancel()
Pool()
public override void Pool()
Events
OnCancelled
public event Action OnCancelled
Event Type
OnResult
public event Action<U> OnResult
Event Type
- Action<U>