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

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

    Show / Hide Table of Contents

    Class MixedRealityProfileCloneWindow

    Inheritance
    Object
    MixedRealityProfileCloneWindow
    Namespace: Microsoft.MixedReality.Toolkit.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealityProfileCloneWindow : EditorWindow

    Properties

    DefaultCustomProfileFolder

    Declaration
    protected static string DefaultCustomProfileFolder { get; }
    Property Value
    Type Description
    String

    Methods

    OpenWindow(BaseMixedRealityProfile, BaseMixedRealityProfile, SerializedProperty, Object)

    Declaration
    public static void OpenWindow(BaseMixedRealityProfile parentProfile, BaseMixedRealityProfile childProfile, SerializedProperty childProperty, object selectionTarget = null)
    Parameters
    Type Name Description
    BaseMixedRealityProfile parentProfile
    BaseMixedRealityProfile childProfile
    SerializedProperty childProperty
    Object selectionTarget
    Back to top Generated by DocFX