fursuit-tv-sdk
Toggle table of contents
0.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.model
/
ImageResource
Image
Resource
@
Serializable
data
class
ImageResource
(
val
url
:
String
,
val
width
:
Int
?
=
null
,
val
height
:
Int
?
=
null
)
图片资源。
Members
Constructors
Image
Resource
Link copied to clipboard
constructor
(
url
:
String
,
width
:
Int
?
=
null
,
height
:
Int
?
=
null
)
Properties
height
Link copied to clipboard
val
height
:
Int
?
url
Link copied to clipboard
val
url
:
String
width
Link copied to clipboard
val
width
:
Int
?