TextStudio3DNavigationLinks
[AddComponentMenu("Text Studio/Spatial UI/3D Navigation Links")][DisallowMultipleComponent]public sealed class TextStudio3DNavigationLinks : MonoBehaviourDefines optional per-direction focus targets that override a navigation group’s spatial resolution.
Methods
Section titled “Methods”
Get(TextStudio3DNavigationDirection)
Section titled “Get(TextStudio3DNavigationDirection)”public TextStudio3DControl Get(TextStudio3DNavigationDirection direction)Returns the explicit control assigned to a navigation direction, or null when spatial or ordered fallback should decide.
Parameters
| Name | Type |
|---|---|
direction |
TextStudio.ThreeD.TextStudio3DNavigationDirection |
Returns
TextStudio.ThreeD.TextStudio3DControl
Constructors
Section titled “Constructors”
TextStudio3DNavigationLinks()
Section titled “TextStudio3DNavigationLinks()”public TextStudio3DNavigationLinks()Properties
Section titled “Properties”
public TextStudio3DControl Left { get; set; }Returns
TextStudio.ThreeD.TextStudio3DControl
public TextStudio3DControl Right { get; set; }Returns
TextStudio.ThreeD.TextStudio3DControl
public TextStudio3DControl Up { get; set; }Returns
TextStudio.ThreeD.TextStudio3DControl
public TextStudio3DControl Down { get; set; }Returns
TextStudio.ThreeD.TextStudio3DControl