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
- Type: Class
- Namespace: UnityEngine.Lumin
- Assembly: UnityEngine.CoreModule
- Inherits from: Attribute
[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. |