LavaUI docs

struct SceneScrollFlags

Swift

struct SceneScrollFlags

Bits in a scrollNode command's color field. Mirrors canvas::SceneScrollFlags.

Sources/LavaUI/DrawList.swift:88

Constructors

init(rawValue: UInt32)

Not documented.

Sources/LavaUI/DrawList.swift:90

Properties

static let immediate: SceneScrollFlags

Set the node's position, not just its target: this frame draws at the requested offset rather than easing toward it. For a request that names where the pointer already is, where an ease is lag rather than smoothing. See kSceneScrollImmediate.

Sources/LavaUI/DrawList.swift:96

let rawValue: UInt32

Not documented.

Sources/LavaUI/DrawList.swift:89