ControllerFinder.OnControllerFound 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.
Override this method to act when the correct controller is actually found. This provides similar functionality to overriding AddControllerTransform, without the overhead of needing to check that handedness matches.
protected:
virtual void OnControllerFound();
protected virtual void OnControllerFound ();
abstract member OnControllerFound : unit -> unit
override this.OnControllerFound : unit -> unit
Protected Overridable Sub OnControllerFound ()