mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class ProfileSearchResult

    Struct for pairing profiles with a set of search results

    Inheritance
    Object
    ProfileSearchResult
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Utilities.Editor.Search
    Assembly: cs.temp.dll.dll
    Syntax
    public class ProfileSearchResult

    Fields

    Fields

    Declaration
    public List<FieldSearchResult> Fields
    Field Value
    Type Description
    List<FieldSearchResult>

    Fields

    Declaration
    public List<FieldSearchResult> Fields
    Field Value
    Type Description
    List<FieldSearchResult>

    IsCustomProfile

    Declaration
    public bool IsCustomProfile
    Field Value
    Type Description
    Boolean

    IsCustomProfile

    Declaration
    public bool IsCustomProfile
    Field Value
    Type Description
    Boolean

    Profile

    Declaration
    public UnityEngine.Object Profile
    Field Value
    Type Description
    UnityEngine.Object

    Profile

    Declaration
    public UnityEngine.Object Profile
    Field Value
    Type Description
    UnityEngine.Object

    ProfileMatchStrength

    Declaration
    public int ProfileMatchStrength
    Field Value
    Type Description
    Int32

    ProfileMatchStrength

    Declaration
    public int ProfileMatchStrength
    Field Value
    Type Description
    Int32
    In This Article
    • Fields
      • Fields
      • Fields
      • IsCustomProfile
      • IsCustomProfile
      • Profile
      • Profile
      • ProfileMatchStrength
      • ProfileMatchStrength
    Back to top Generated by DocFX