Class PrivilegeGroup
Namespace: UnityEditor.XR.MagicLeap
Syntax
[Serializable]
public class PrivilegeGroup
Properties
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description | 
|---|---|
| String | 
Privileges
Declaration
public Privilege[] Privileges { get; set; }
Property Value
| Type | Description | 
|---|---|
| Privilege[] | 
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description | 
|---|---|---|
| Object | obj | 
Returns
| Type | Description | 
|---|---|
| Boolean | 
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description | 
|---|---|
| Int32 |