BaseControllerPointer.InputSourceParent 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.
Caution
Setting the Input Source Parent directly is no longer supported
This pointer's input source parent.
public: property Microsoft::MixedReality::Toolkit::Input::IMixedRealityInputSource ^ InputSourceParent { public:
Microsoft::MixedReality::Toolkit::Input::IMixedRealityInputSource ^ get(); protected:
void set(Microsoft::MixedReality::Toolkit::Input::IMixedRealityInputSource ^ value); };
public Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource InputSourceParent { get; protected set; }
public Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource InputSourceParent { get; protected [System.Obsolete("Setting the Input Source Parent directly is no longer supported")] set; }
member this.InputSourceParent : Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource with get, set
[<set: System.Obsolete("Setting the Input Source Parent directly is no longer supported")>]
member this.InputSourceParent : Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource with get, set
Public Property InputSourceParent As IMixedRealityInputSource
Property Value
- Attributes