Vec2i

class Vec2i : Struct

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun __assign(_i: Int, _bb: ByteBuffer): Vec2i
Link copied to clipboard
open fun __init(_i: Int, _bb: ByteBuffer)
Link copied to clipboard
open fun __reset()
Resets internal state with a null ByteBuffer and a zero position.
Link copied to clipboard
open fun createVec2i(builder: FlatBufferBuilder, x: Int, y: Int): Int
Link copied to clipboard
open fun x(): Int
Link copied to clipboard
open fun y(): Int