Updated to match the latest developer branch and modified according to feedback from review.
This commit is contained in:
parent
cbcd33fde6
commit
78e1616b4e
6 changed files with 14 additions and 17 deletions
2
plejd/types/ApiSite.d.ts
vendored
2
plejd/types/ApiSite.d.ts
vendored
|
|
@ -280,6 +280,8 @@ export interface InputSetting {
|
|||
|
||||
export enum ButtonType {
|
||||
PushButton = 'PushButton',
|
||||
DirectionUp = 'DirectionUp',
|
||||
DirectionDown = 'DirectionDown',
|
||||
RotateMesh = 'RotateMesh',
|
||||
Scene = 'Scene',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue