Table of Contents

Struct SelectResult

Namespace
Ofs
Assembly
Ofs.Api.dll

What a selection mode decides for a request: select the native candidates, select nothing, or select exactly the named actions instead.

public readonly struct SelectResult

Properties

Drop

Select nothing for this axis.

public static SelectResult Drop { get; }

Property Value

SelectResult

Pass

Select every native candidate the gesture covers (the default resolution).

public static SelectResult Pass { get; }

Property Value

SelectResult

Methods

Replace(params ScriptAction[])

Select exactly these actions (an action that names no point on the axis is ignored; none ≡ Drop).

public static SelectResult Replace(params ScriptAction[] actions)

Parameters

actions ScriptAction[]

Returns

SelectResult

Replace(IEnumerable<ScriptAction>)

Select exactly these actions.

public static SelectResult Replace(IEnumerable<ScriptAction> actions)

Parameters

actions IEnumerable<ScriptAction>

Returns

SelectResult