Table of Contents

Interface IGroupSelectable

Namespace
Fallencake.UI
Assembly
Fallencake.UI.dll

Interface for elements that can be part of a group

public interface IGroupSelectable

Methods

ForceSelected(bool)

Forces the selection state

void ForceSelected(bool selected)

Parameters

selected bool

SetGroup(SelectableGroup)

Sets the group for this element

void SetGroup(SelectableGroup group)

Parameters

group SelectableGroup

SetSelectedInGroup(bool)

Sets the selection state in the group

void SetSelectedInGroup(bool selected)

Parameters

selected bool