Skip to content

OutlineOptions

Defined in: packages/nodes/src/sprite/outline.ts:6

Properties

color?

optional color: Vec4Input

Defined in: packages/nodes/src/sprite/outline.ts:8

Outline color as [r, g, b, a] (0-1 range) or vec4 node


textureSize?

optional textureSize: [number, number] | Node<"vec2">

Defined in: packages/nodes/src/sprite/outline.ts:12

Texture size for proper UV offset calculation as [width, height]


thickness?

optional thickness: FloatInput

Defined in: packages/nodes/src/sprite/outline.ts:10

Outline thickness in UV space (default: 0.01)