Edges

open class Edges : Equivalence<T>

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun get(edge: YogaEdge): Float
Link copied to clipboard
open fun getRaw(edge: YogaEdge): Float
open fun getRaw(edgeEnumValue: Int): Float
Link copied to clipboard
open fun isEquivalentTo(@Nullable other: Edges): Boolean
Link copied to clipboard
open fun set(yogaEdge: YogaEdge, value: Float): Boolean