UsesLuminPrivilegeAttribute
This attribute provides a way to declaratively define a Lumin privilege requirement that is automatically added to the manifest at build time.
Read time 3 minutesLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Lumin
- Assembly: UnityEngine.CoreModule
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]public sealed class UsesLuminPrivilegeAttribute : Attribute
Remarks
This attribute is intended to be used for lower level feature development and should not be needed by most projects. Improper use of this attribute can potentially result in rejection from the Magic Leap Store.
Constructors
Constructor | Description |
|---|---|
| UsesLuminPrivilegeAttribute(System.String) | Privilege identifer to request |