Recti

class Recti : Struct

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun __assign(_i: Int, _bb: ByteBuffer): Recti
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 createRecti(builder: FlatBufferBuilder, x: Int, y: Int, w: Int, h: Int): Int
Link copied to clipboard
open fun h(): Int
Link copied to clipboard
open fun w(): Int
Link copied to clipboard
open fun x(): Int
Link copied to clipboard
open fun y(): Int