FlightStick.HatSwitchKind 屬性

定義

飛行杆上的帽開關類型。

public:
 property GameControllerSwitchKind HatSwitchKind { GameControllerSwitchKind get(); };
GameControllerSwitchKind HatSwitchKind();
public GameControllerSwitchKind HatSwitchKind { get; }
var gameControllerSwitchKind = flightStick.hatSwitchKind;
Public ReadOnly Property HatSwitchKind As GameControllerSwitchKind

屬性值

飛行杆上的帽開關類型。

備註

hat switch 是通常用於相機檢視和/或目標選取的控制項。 它可以是雙向、四向或八向,而且其目前的位置可由基數座標系統描述。 任何指定時間都只能有一個位置的 Hat 參數。

適用於

另請參閱