Class XRCustomLoaderUIAttribute
Custom attribute that indicates a class supports the IXRCustom
Note that there can only be one custom loader for each (Loader Type, BuildTargetGroup) combination. If more than one loader exists, the system will fall back to built-in supported rendering and log a warning in the Console window.
Implements
Inherited Members
Namespace: UnityEditor .XR.Management
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class XRCustomLoaderUIAttribute : Attribute, _Attribute
Constructors
Name | Description |
---|---|
XRCustom |
Constructor for this attribute. |
Properties
Name | Description |
---|---|
build |
Supported build target group. |
loader |
Supported loader type. |