ToggleSelection Class
Modifies the selection state of a selectable in a selection.
This looks for an ancestor node that is Selectable.
This obeys the user-interaction constraints of the Selection. For example, it will not exceed MaxCount
, nor go under MinCount
. It is meant to create the high-level user interaction in a selection control.
Location
- Namespace
- Fuse.Selection
- Package
- Fuse.Selection 2.9.1
Interface of ToggleSelection
ToggleSelection Constructor uno
Creates a new ToggleSelection
Inherited from TriggerAction
AtProgress : float ux
Delay : float ux
The number of seconds after the start of the trigger that the action should be performed.
Direction : TriggerWhen ux
IsActive : bool ux
IsProgressTriggered : bool uno
OnUnrooted uno
Perform(Node) uno
PerformFromNode(Node) uno
ProgressWhen(float) : float uno
SourceFileName : string ux
hide
SourceLineNumber : int ux
hide
TargetNode : Node ux
Unroot uno
When : TriggerWhen ux
Inherited from PropertyObject
AddPropertyListener(IPropertyListener) uno
OnPropertyChanged(Selector, IPropertyListener) uno
OnPropertyChanged(Selector) uno
RemovePropertyListener(IPropertyListener) uno
Inherited from object
Equals(object) : bool uno
GetHashCode : int uno
GetType : Type uno
ToString : string uno
Attached UX Attributes
GlobalKey (attached by Resource) : string ux
Implemented Interfaces
ISourceLocation uno
hide