Interactable.SetInputDown 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.
Public method that can be used to set state of interactable corresponding to an input going down (select button, menu button, touch)
public:
void SetInputDown();
public void SetInputDown ();
member this.SetInputDown : unit -> unit
Public Sub SetInputDown ()