HolographicSpaceCameraAddedEventArgs.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 is being added. The app should set up any per-camera resources it may need for this camera.
public:
property HolographicCamera ^ Camera { HolographicCamera ^ get(); };
HolographicCamera Camera();
public HolographicCamera Camera { get; }
var holographicCamera = holographicSpaceCameraAddedEventArgs.camera;
Public ReadOnly Property Camera As HolographicCamera
Property Value
The camera.