Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UsesLuminPlatformLevelAttribute

This attribute provides a way to declaratively define a Lumin platform level 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 = false)]public sealed class UsesLuminPlatformLevelAttribute : 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

UsesLuminPlatformLevelAttribute(System.UInt32)Minimum platform level that is required.

Inheritance

Inherited Members