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 |