fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
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
)
图片资源 表示一个图片资源的信息
Parameters
url
图片 URL
width
图片宽度(像素)
height
图片高度(像素)
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
?
=
null
url
Link copied to clipboard
val
url
:
String
width
Link copied to clipboard
val
width
:
Int
?
=
null