Table of Contents

Class MediaPlayerStereoLayerData

Namespace
AVProVideo.XR.CompositionLayers
Assembly
AVProVideo.XR.CompositionLayers.dll

Subclass of Unity.XR.CompositionLayers.Layers.LayerData that links to another layer to provide stereoscopic playback of media.

[Serializable]
[CompositionLayerData(Provider = "AVPro Video", Name = "Stereo", IconPath = "Packages/com.unity.xr.compositionlayers/Editor/Icons/", InspectorIcon = "LayerGenericColor", ListViewIcon = "LayerGeneric", Description = "Defines a layer which can be linked to another layer in order to provide stereo playback.")]
public class MediaPlayerStereoLayerData : LayerData
Inheritance
LayerData
MediaPlayerStereoLayerData
Inherited Members
LayerData.ReportStateChange
LayerData.UpdateValue<T>(T, T)
LayerData.Validate(CompositionLayer)
LayerData.CopyFrom(LayerData)
LayerData.BlendTypeDirectly
LayerData.BlendType

Properties

LinkedLayer

Gets the composition layer instance that is linked to this layer.

public CompositionLayer LinkedLayer { get; }

Property Value

CompositionLayer