toggle menu
KStg
1.0-SNAPSHOT
jvm
switch theme
search in API
KStg
/
top.kkoishi.stg.common
/
Dialogs
/
Face
Face
data
class
Face
(
val
face
:
Texture
,
val
x
:
Int
,
val
y
:
Int
,
val
state
:
Dialogs.FaceState
)
Members
Constructors
Face
Link copied to clipboard
constructor
(
face
:
String
,
x
:
Int
,
y
:
Int
,
state
:
Dialogs.FaceState
)
constructor
(
face
:
Texture
,
x
:
Int
,
y
:
Int
,
state
:
Dialogs.FaceState
)
Properties
face
Link copied to clipboard
val
face
:
Texture
state
Link copied to clipboard
val
state
:
Dialogs.FaceState
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int