Interactable.SetPhysicalTouch(Boolean) Method

Definition

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

Applies to