Struct GetImageSizeReturn
Inherited Members
Namespace: UnityEngine.Pixyz.Material
Syntax
[Serializable]
public struct GetImageSizeReturn
Constructors
GetImageSizeReturn(GetImageSizeReturn)
Declaration
public GetImageSizeReturn(GetImageSizeReturn o)
Parameters
Type | Name | Description |
---|---|---|
GetImageSizeReturn | o |
Fields
height
Declaration
public int height
Field Value
Type | Description |
---|---|
int |
width
Declaration
public int width
Field Value
Type | Description |
---|---|
int |