Struct Size
Namespace: UnityEngine.Localization.SmartFormat.Tests.OldTests
Syntax
public struct Size
Constructors
Size(Int32, Int32)
Declaration
public Size(int width, int height)
Parameters
Type | Name | Description |
---|---|---|
Int32 | width | |
Int32 | height |
Fields
Height
Declaration
public int Height
Field Value
Type | Description |
---|---|
Int32 |
Width
Declaration
public int Width
Field Value
Type | Description |
---|---|
Int32 |