Struct CompositionLayerManager.LayerInfo
Information about composition layers registered with the manager.
Inherited Members
Namespace: Unity.XR.CompositionLayers.Services
Assembly: Unity.XR.CompositionLayers.dll
Syntax
public struct CompositionLayerManager.LayerInfoFields
Id
Unique manager instance id for the registered layer.
Declaration
public int IdField Value
| Type | Description | 
|---|---|
| int | 
Layer
The actual layer instance.
Declaration
public CompositionLayer LayerField Value
| Type | Description | 
|---|---|
| CompositionLayer |