Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/systems
InputSystemInterface
Interface InputSystemInterface
interface
InputSystemInterface
{
clearActions
:
()
=>
void
;
isActionActive
:
(
action
:
string
)
=>
boolean
;
registerAction
:
(
action
:
string
,
callback
:
()
=>
void
)
=>
void
;
unregisterAction
:
(
action
:
string
)
=>
void
;
}
Index
Properties
clear
Actions
is
Action
Active
register
Action
unregister
Action
Properties
clear
Actions
clearActions
:
()
=>
void
is
Action
Active
isActionActive
:
(
action
:
string
)
=>
boolean
register
Action
registerAction
:
(
action
:
string
,
callback
:
()
=>
void
)
=>
void
unregister
Action
unregisterAction
:
(
action
:
string
)
=>
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
clear
Actions
is
Action
Active
register
Action
unregister
Action
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...