日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class InteractableOnFocus

    Adds or removes materials to target renderer for highlighting Focused GameObjects.

    Inheritance
    Object
    InteractableOnFocus
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public class InteractableOnFocus : BaseFocusHandler
    Remarks

    Useful with focusable GameObjects

    Fields

    Profiles

    List of profiles can match themes with gameObjects

    Declaration
    protected List<VisualProfile> Profiles
    Field Value
    Type Description
    List<VisualProfile>

    Properties

    State

    Declaration
    protected InteractableStates.InteractableStateEnum State { get; }
    Property Value
    Type Description
    InteractableStates.InteractableStateEnum

    Methods

    Awake()

    Declaration
    public void Awake()

    Update()

    Declaration
    public void Update()
    Back to top Generated by DocFX