GetImageSizeReturn
Struct
阅读时间1 分钟最后更新于 8 个月前
Inherited Members
Namespace: UnityEngine.Pixyz.Material
[Serializable]public struct GetImageSizeReturn
Constructors
GetImageSizeReturn(GetImageSizeReturn)
public GetImageSizeReturn(GetImageSizeReturn o)
Parameters
Type | Name | Description |
|---|---|---|
| GetImageSizeReturn | o |
Fields
width
public int width
Returns
Type | Description |
|---|---|
| int |
height
public int height
Returns
Type | Description |
|---|---|
| int |