GetImageSizeReturn
Struct
Read time 1 minuteLast updated a month ago
Inherited Members
- Equals(object)
- GetHashCode()
- ToString()
- Equals(object, object)
- GetType()
- ReferenceEquals(object, object)
Namespace: UnityEngine.Pixyz.Material
[Serializable]public struct GetImageSizeReturn
Constructors
GetImageSizeReturn(GetImageSizeReturn)
Parameterspublic GetImageSizeReturn(GetImageSizeReturn o)
Type | Name | Description |
|---|---|---|
| GetImageSizeReturn | o |
Fields
width
Returnspublic int width
Type | Description |
|---|---|
| int |
height
Returnspublic int height
Type | Description |
|---|---|
| int |