Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/systems
GameSystemManager
Interface GameSystemManager
interface
GameSystemManager
{
animationSystem
?:
AnimationSystemInterface
;
audioSystem
:
AudioSystemInterface
;
combatSystem
:
CombatSystemInterface
;
eventBus
:
EventBusInterface
;
initializeAll
:
()
=>
Promise
<
void
>
;
inputSystem
:
InputSystemInterface
;
physicsSystem
?:
PhysicsSystemInterface
;
renderingSystem
?:
RenderingSystemInterface
;
trigramSystem
:
TrigramSystemInterface
;
updateAll
:
(
deltaTime
:
number
)
=>
void
;
vitalPointSystem
:
VitalPointSystemInterface
;
}
Index
Properties
animation
System?
audio
System
combat
System
event
Bus
initialize
All
input
System
physics
System?
rendering
System?
trigram
System
update
All
vital
Point
System
Properties
Optional
Readonly
animation
System
animationSystem
?:
AnimationSystemInterface
Readonly
audio
System
audioSystem
:
AudioSystemInterface
Readonly
combat
System
combatSystem
:
CombatSystemInterface
Readonly
event
Bus
eventBus
:
EventBusInterface
initialize
All
initializeAll
:
()
=>
Promise
<
void
>
Readonly
input
System
inputSystem
:
InputSystemInterface
Optional
Readonly
physics
System
physicsSystem
?:
PhysicsSystemInterface
Optional
Readonly
rendering
System
renderingSystem
?:
RenderingSystemInterface
Readonly
trigram
System
trigramSystem
:
TrigramSystemInterface
update
All
updateAll
:
(
deltaTime
:
number
)
=>
void
Readonly
vital
Point
System
vitalPointSystem
:
VitalPointSystemInterface
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
animation
System
audio
System
combat
System
event
Bus
initialize
All
input
System
physics
System
rendering
System
trigram
System
update
All
vital
Point
System
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...