ICustomGameControllerFactory.OnGameControllerAdded(IGameController) 方法

定义

添加控制器时引发的事件。

public:
 void OnGameControllerAdded(IGameController ^ value);
void OnGameControllerAdded(IGameController const& value);
public void OnGameControllerAdded(IGameController value);
function onGameControllerAdded(value)
Public Sub OnGameControllerAdded (value As IGameController)

参数

value
IGameController

添加的控制器。

适用于