Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
GitHub
Live Game
README
Game Design
Architecture
Security
Combat System
Preparing search index...
systems/animation
PunchConfig
Interface PunchConfig
Configuration for punch animation creation 주먹 애니메이션 생성 설정
interface
PunchConfig
{
guardHand
?:
"left"
|
"right"
;
hand
:
"left"
|
"right"
;
koreanName
:
string
;
name
:
string
;
punchType
:
"palm"
|
"jab"
|
"cross"
|
"hook"
|
"uppercut"
|
"backfist"
;
timing
:
TechniqueTiming
;
}
Index
Properties
guard
Hand?
hand
korean
Name
name
punch
Type
timing
Properties
Optional
Readonly
guard
Hand
guardHand
?:
"left"
|
"right"
Readonly
hand
hand
:
"left"
|
"right"
Readonly
korean
Name
koreanName
:
string
Readonly
name
name
:
string
Readonly
punch
Type
punchType
:
"palm"
|
"jab"
|
"cross"
|
"hook"
|
"uppercut"
|
"backfist"
Readonly
timing
timing
:
TechniqueTiming
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
guard
Hand
hand
korean
Name
name
punch
Type
timing
🎮 Game Documentation
🥋 Korean Martial Arts
🏛️ Architecture (C4)
📊 Data Model
🛡️ Security Architecture
🎯 Threat Model
📈 SWOT Analysis
🔄 State Diagrams
📋 CRA Assessment
📚 ISMS Mapping
GitHub
Live Game
README
Game Design
Architecture
Security
Combat System
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
Loading...
Configuration for punch animation creation 주먹 애니메이션 생성 설정