C# Class LostPolygon.DynamicWaterSystem.Vector2Int

Show file Open project: caffeinatedguy/Limbs Class Usage Examples

Public Properties

Property Type Description
x int
y int

Public Methods

Method Description
ToString ( ) : string
Vector2Int ( Vector2 value ) : System.Runtime.InteropServices

Initializes a new instance of the Vector2Int struct.

Vector2Int ( int x, int y ) : System.Runtime.InteropServices

Initializes a new instance of the Vector2Int struct.

Method Details

ToString() public method

public ToString ( ) : string
return string

Vector2Int() public method

Initializes a new instance of the Vector2Int struct.
public Vector2Int ( Vector2 value ) : System.Runtime.InteropServices
value UnityEngine.Vector2 /// The value. ///
return System.Runtime.InteropServices

Vector2Int() public method

Initializes a new instance of the Vector2Int struct.
public Vector2Int ( int x, int y ) : System.Runtime.InteropServices
x int /// The x. ///
y int /// The y. ///
return System.Runtime.InteropServices

Property Details

x public property

public int x
return int

y public property

public int y
return int