MixedRealityInputSystem.PopInputDisable 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.
Pop disabled input state. When the last disabled state is popped off the stack input will be re-enabled.
public:
virtual void PopInputDisable();
public void PopInputDisable ();
abstract member PopInputDisable : unit -> unit
override this.PopInputDisable : unit -> unit
Public Sub PopInputDisable ()