HolographicSpaceCameraRemovedEventArgs.Camera Property

Definition

Gets the HolographicCamera that was removed. The app should dispose of any per-camera resources it may have set up for this camera.

public:
 property HolographicCamera ^ Camera { HolographicCamera ^ get(); };
HolographicCamera Camera();
public HolographicCamera Camera { get; }
var holographicCamera = holographicSpaceCameraRemovedEventArgs.camera;
Public ReadOnly Property Camera As HolographicCamera

Property Value

The camera.

Applies to