편집

Share via


ControllerFinder.OnControllerFound Method

Definition

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 ()

Applies to