Interactable.SetPhysicalTouch(Boolean) Method
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
Use HasPhysicalTouch property instead
Change the physical touch state
public:
virtual void SetPhysicalTouch(bool touch);
[System.Obsolete("Use HasPhysicalTouch property instead")]
public virtual void SetPhysicalTouch (bool touch);
[<System.Obsolete("Use HasPhysicalTouch property instead")>]
abstract member SetPhysicalTouch : bool -> unit
override this.SetPhysicalTouch : bool -> unit
Public Overridable Sub SetPhysicalTouch (touch As Boolean)
Parameters
- touch
- Boolean
- Attributes