Companion

object Companion

Properties

Link copied to clipboard
const val EDGE_BOTTOM: Int = 3
Link copied to clipboard
const val EDGE_COUNT: Int = 4
Link copied to clipboard
const val EDGE_LEFT: Int = 0
Link copied to clipboard
const val EDGE_RIGHT: Int = 2
Link copied to clipboard
const val EDGE_TOP: Int = 1
Link copied to clipboard
const val RADIUS_COUNT: Int = 4

Functions

Link copied to clipboard
Link copied to clipboard
fun edgeFromIndex(i: Int): YogaEdge
Link copied to clipboard
Link copied to clipboard
fun getEdgeColor(colorArray: IntArray, edge: YogaEdge): Int
Link copied to clipboard
fun setEdgeValue(edges: IntArray, edge: YogaEdge, value: Int)