Class SelectableTransitionData<ISelectableDataStates, T>
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
public abstract class SelectableTransitionData<ISelectableDataStates, T>
Type Parameters
ISelectableDataStatesT
- Inheritance
-
objectSelectableTransitionData<ISelectableDataStates, T>
- Derived
Properties
SelectableStates
public virtual ISelectableStates<T> SelectableStates { get; }
Property Value
Methods
GetTargetData(SelectionState)
public T GetTargetData(SelectionState state)
Parameters
stateSelectionState
Returns
- T