Interface ISettingsMenuItemProvider | Unity Reflect | 1.1.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Interface ISettingsMenuItemProvider

    Decorates types that can provide an item on the Settings menu

    Namespace: UnityEditor.Experimental.EditorVR
    Syntax
    public interface ISettingsMenuItemProvider

    Properties

    rayOrigin

    The rayOrigin this provider is associated with This will determine which menu is used. If null, both menus are used

    Declaration
    Transform rayOrigin { get; }
    Property Value
    Type Description
    Transform

    settingsMenuItemInstance

    An instance of the menu face prefab that was added to the menu May be null if menu item could not be added to menu

    Declaration
    GameObject settingsMenuItemInstance { set; }
    Property Value
    Type Description
    GameObject

    settingsMenuItemPrefab

    The menu face prefab which will be added to the menu

    Declaration
    GameObject settingsMenuItemPrefab { get; }
    Property Value
    Type Description
    GameObject
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023