A PathCommand represents a single drawing instruction inside a Path. Each command has a type, and a variable number of points depending on that type.Documentation Index
Fetch the complete documentation index at: https://rive-bindable-artboards-with-vmi.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Fields
type
Methods
__len
moveTo: 1 pointlineTo: 1 pointquadTo: 2 pointscubicTo: 3 pointsclose: 0 points