GetImageSizeReturn
Struct
読み終わるまでの所要時間 1 分最終更新 2ヶ月前
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 |