API Documentation
class
Vector2i
package
kha.math
@:structInit
Constructor
@:value({ y : 0, x : 0 })
inline
new
(
x:
Int
= 0,
y:
Int
= 0
)
Variables
x
:
Int
y
:
Int