Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
GitHub
README
Game Design
Architecture
Combat System
Preparing search index...
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
External
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
Game Documentation
Korean Martial Arts
GitHub
README
Game Design
Architecture
Combat System
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
Loading...