Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/audio
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
Theme
OS
Light
Dark
On This Page
Properties
archetype
category
emotion
formats
id
loaded
name
text
type
url
volume
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...