Class PlatformLayerDataFieldAttribute
Additional attributes for SerializeField in PlatformLayerData.
Implements
Inherited Members
Namespace: Unity.XR.CompositionLayers.Layers
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Field)]
public class PlatformLayerDataFieldAttribute : Attribute, _AttributeConstructors
PlatformLayerDataFieldAttribute(Type[])
Constructor.
Declaration
public PlatformLayerDataFieldAttribute(Type[] SupportedLayerDataTypes)Parameters
| Type | Name | Description | 
|---|---|---|
| Type[] | SupportedLayerDataTypes | platformm supported layer types | 
Fields
SupportedLayerDataTypes
Contains all supported layer data types. null or Empty means all supported.
Declaration
public Type[] SupportedLayerDataTypesField Value
| Type | Description | 
|---|---|
| Type[] |