次の方法で共有


GCControllerButtonValueChanged 代理人

定義

ボタンの状態の変更に SetPressedChangedHandler(GCControllerButtonValueChanged) 応答するために メソッドに渡すことができるハンドラー。

public delegate void GCControllerButtonValueChanged(GCControllerButtonInput button, float buttonValue, bool pressed);
type GCControllerButtonValueChanged = delegate of GCControllerButtonInput * single * bool -> unit

パラメーター

buttonValue
Single
pressed
Boolean

適用対象