HolographicFrame.RemovedCameras Property

Definition

Gets the list of HolographicCamera objects that were removed since last frame.

public:
 property IVectorView<HolographicCamera ^> ^ RemovedCameras { IVectorView<HolographicCamera ^> ^ get(); };
IVectorView<HolographicCamera> RemovedCameras();
public IReadOnlyList<HolographicCamera> RemovedCameras { get; }
var iVectorView = holographicFrame.removedCameras;
Public ReadOnly Property RemovedCameras As IReadOnlyList(Of HolographicCamera)

Property Value

A collection of HolographicCamera objects that were removed.

Applies to