Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
GitHub
README
Game Design
Architecture
Combat System
Preparing search index...
VoiceLine
Interface VoiceLine
interface
VoiceLine
{
archetype
?:
PlayerArchetype
;
category
?:
AudioCategory
;
emotion
?:
|
"neutral"
|
"aggressive"
|
"defensive"
|
"victorious"
|
"defeated"
;
formats
:
readonly
string
[]
;
id
:
string
;
loaded
:
boolean
;
name
?:
string
;
text
:
KoreanText
;
type
:
"voice"
;
url
:
string
;
volume
?:
number
;
}
Hierarchy (
View Summary
)
AudioAsset
VoiceLine
Index
Properties
archetype?
category?
emotion?
formats
id
loaded
name?
text
type
url
volume?
Properties
Optional
Readonly
archetype
archetype
?:
PlayerArchetype
Optional
category
category
?:
AudioCategory
Optional
Readonly
emotion
emotion
?:
"neutral"
|
"aggressive"
|
"defensive"
|
"victorious"
|
"defeated"
Readonly
formats
formats
:
readonly
string
[]
Readonly
id
id
:
string
Readonly
loaded
loaded
:
boolean
Optional
Readonly
name
name
?:
string
Readonly
text
text
:
KoreanText
Readonly
type
type
:
"voice"
Readonly
url
url
:
string
Optional
volume
volume
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
archetype
category
emotion
formats
id
loaded
name
text
type
url
volume
Game Documentation
Korean Martial Arts
GitHub
README
Game Design
Architecture
Combat System
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
Loading...