HolographicSpaceCameraAddedEventArgs.Camera Property

Definition

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.

Applies to