HolographicSpaceCameraAddedEventArgs HolographicSpaceCameraAddedEventArgs HolographicSpaceCameraAddedEventArgs HolographicSpaceCameraAddedEventArgs Class

Definition

Provides data for the HolographicSpace.CameraAdded event.

public : sealed class HolographicSpaceCameraAddedEventArgs : IHolographicSpaceCameraAddedEventArgspublic sealed class HolographicSpaceCameraAddedEventArgs : IHolographicSpaceCameraAddedEventArgsPublic NotInheritable Class HolographicSpaceCameraAddedEventArgs Implements IHolographicSpaceCameraAddedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

Properties

Camera Camera Camera Camera

Gets the HolographicCamera that is being added. The app should set up any per-camera resources it may need for this camera.

public : HolographicCamera Camera { get; }public HolographicCamera Camera { get; }Public ReadOnly Property Camera As HolographicCamera// You can use this property in JavaScript.

Methods

GetDeferral() GetDeferral() GetDeferral() GetDeferral()

Requests that addition of this camera be delayed until the deferral is completed.

public : Deferral GetDeferral()public Deferral GetDeferral()Public Function GetDeferral() As Deferral// You can use this method in JavaScript.
Returns