Class PrivilegeGroup
Class representing privilege Grouping
Inherited Members
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
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 |