Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

Warning
Deprecated. Lumin is no longer supported in Unity 2022.2
[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

Inheritance

Inherited Members