HolographicSpaceCameraRemovedEventArgs.Camera Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.