Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
GitHub
README
Game Design
Architecture
Combat System
Preparing search index...
createKoreanGraphics
Function createKoreanGraphics
createKoreanGraphics
()
:
{
drawRoundedRect
:
(
x
:
number
,
y
:
number
,
width
:
number
,
height
:
number
,
radius
:
number
,
)
=>
Graphics
;
fillWithColor
:
(
color
:
number
,
alpha
?:
number
)
=>
Graphics
;
graphics
:
Graphics
;
strokeWithColor
:
(
color
:
number
,
width
?:
number
,
alpha
?:
number
,
)
=>
Graphics
;
}
Enhanced Graphics API wrapper for v8 compatibility
Returns
{
drawRoundedRect
:
(
x
:
number
,
y
:
number
,
width
:
number
,
height
:
number
,
radius
:
number
,
)
=>
Graphics
;
fillWithColor
:
(
color
:
number
,
alpha
?:
number
)
=>
Graphics
;
graphics
:
Graphics
;
strokeWithColor
:
(
color
:
number
,
width
?:
number
,
alpha
?:
number
,
)
=>
Graphics
;
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Game Documentation
Korean Martial Arts
GitHub
README
Game Design
Architecture
Combat System
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
Loading...
Enhanced Graphics API wrapper for v8 compatibility