RawGameController.ButtonCount 속성

정의

원시 게임 컨트롤러의 단추 수입니다.

public:
 property int ButtonCount { int get(); };
int ButtonCount();
public int ButtonCount { get; }
var int32 = rawGameController.buttonCount;
Public ReadOnly Property ButtonCount As Integer

속성 값

Int32

int

원시 게임 컨트롤러의 단추 수입니다.

적용 대상