TerminalNode


Known direct subclasses
PolarTargetNode

A TerminalNode that consumes two inputs, an angle and a magnitude, to affect a vector brush tip property.

TargetNode

A TerminalNode that consumes a single input to affect a scalar brush tip property.


A TerminalNode is a terminal node in the graph; it does not produce a value and cannot be used as an input to other Nodes, but instead applies a modification to the brush tip state. A androidx.ink.brush.BrushBehavior consists of a list of TerminalNodes and the various ValueNodes that they transitively depend on.

Summary

Inherited properties

From androidx.ink.brush.behavior.Node
List<ValueNode>

The ordered list of inputs that this node directly depends on.

Cmn