Click or drag to resize

UnityUIPlayerControllerElementGlyphBaseresult2dSelectionHandler Property

Allows you to evaluate all the results and decide which to display for two Actions. This only works if combining two Actions. If using a single Action, use resultSelectionHandler instead. After searching for mappings in the Player and collecting all possible results, the handler will be invoked. This can be used, for example, to display the second result found instead of the first. It could also be used to choose results from any user-defined criteria such as controller type, controller map cateogry, etc. ActionElementMap for properties which can be used as selection criteria. The list contains all results from the search of Action Element Maps. Each result can contain one result for each Action. Each Action result can contain either one or two Action Element Maps. The number of Action Element Maps returned depends on the bindings found. If a full-axis binding is found, it will be returned in the [!:a] field. If negative and positive split-axis bindings are found instead, at least one Action Element Map will be returned in the [!:a] (negative) or [!:b] (positive) field.

Namespace: Rewired.Glyphs.UnityUI
Assembly: Rewired_Glyphs (in Rewired_Glyphs.dll) Version: 0.0.0.0
Syntax
C#
public virtual UnityUIPlayerControllerElementGlyphBaseResult2DSelectionHandler result2dSelectionHandler { get; set; }

Property Value

UnityUIPlayerControllerElementGlyphBaseResult2DSelectionHandler
See Also