HolographicFrame.RemovedCameras 属性

定义

获取自上一帧以来删除的 HolographicCamera 对象的列表。

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)

属性值

已删除的 HolographicCamera 对象的集合。

适用于