Class: PlayerButtonInputAfterEvent
event playerBeta
玩家按下按钮时的事件数据。
Event data for when a player presses a button.
Properties
button
readonlybutton:InputButton
Beta
此事件涉及的按钮。
Remarks
The button this event is about.
newButtonState
readonlynewButtonState:ButtonState
Beta
此按钮转移到的状态。
Remarks
The state that this button transferred to.
player
readonlyplayer:Player
Beta
执行输入事件的玩家。
Remarks
The player that performed the input event.
