docs.unity3d.com
    Show / Hide Table of Contents

    Class XRInteractionEditorUtility

    Utility class for Inspector classes in the XR Interaction Toolkit.

    Inheritance
    Object
    XRInteractionEditorUtility
    Namespace: UnityEditor.XR.Interaction.Toolkit.Utilities
    Syntax
    public static class XRInteractionEditorUtility : object

    Methods

    GetDerivedSerializedPropertyNames(Editor)

    Returns a list containing the names of all fields defined in the Editor (including derived types).

    Declaration
    public static List<string> GetDerivedSerializedPropertyNames(Editor editor)
    Parameters
    Type Name Description
    Editor editor

    The instance to reflect.

    Returns
    Type Description
    List<String>

    Returns a list of strings with property names.

    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