Table of Contents

Class SelectableTransitionData<ISelectableDataStates, T>

Namespace
Fallencake.UI
Assembly
Fallencake.UI.dll
public abstract class SelectableTransitionData<ISelectableDataStates, T>

Type Parameters

ISelectableDataStates
T
Inheritance
object
SelectableTransitionData<ISelectableDataStates, T>
Derived

Properties

SelectableStates

public virtual ISelectableStates<T> SelectableStates { get; }

Property Value

ISelectableStates<T>

Methods

GetTargetData(SelectionState)

public T GetTargetData(SelectionState state)

Parameters

state SelectionState

Returns

T