OutlineOptions
Defined in: packages/nodes/src/sprite/outline.ts:6
Properties
Section titled “Properties”color?
Section titled “color?”
optionalcolor?:Vec4Input
Defined in: packages/nodes/src/sprite/outline.ts:8
Outline color as [r, g, b, a] (0-1 range) or vec4 node
textureSize?
Section titled “textureSize?”
optionaltextureSize?:Node<"vec2"> | [number,number]
Defined in: packages/nodes/src/sprite/outline.ts:12
Texture size for proper UV offset calculation as [width, height]
thickness?
Section titled “thickness?”
optionalthickness?:FloatInput
Defined in: packages/nodes/src/sprite/outline.ts:10
Outline thickness in UV space (default: 0.01)