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
-
LayerDataMediaPlayerStereoLayerData
- Inherited Members
-
LayerData.ReportStateChangeLayerData.UpdateValue<T>(T, T)LayerData.Validate(CompositionLayer)LayerData.CopyFrom(LayerData)LayerData.BlendTypeDirectlyLayerData.BlendType
Properties
LinkedLayer
Gets the composition layer instance that is linked to this layer.
public CompositionLayer LinkedLayer { get; }
Property Value
- CompositionLayer