docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PrivilegeGroup

    Class representing privilege Grouping

    Inheritance
    object
    PrivilegeGroup
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.XR.MagicLeap
    Assembly: UnityEditor.XR.MagicLeap.dll
    Syntax
    [Serializable]
    public class PrivilegeGroup

    Properties

    Name

    Privilege group name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Privileges

    List of Privileges in this PrivilegeGroup

    Declaration
    public Privilege[] Privileges { get; set; }
    Property Value
    Type Description
    Privilege[]

    Methods

    Equals(object)

    Equality comparison

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    Object to compare this PrivilegeGroup with

    Returns
    Type Description
    bool

    true if they are equal

    Overrides
    object.Equals(object)

    GetHashCode()

    Generate a hash code of this class

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    Integer representing the hash code of this object

    Overrides
    object.GetHashCode()
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)