Skip to main content
Rive home page
Search...
⌘K
Ask AI
Support
Get Started
Get Started
Search...
Navigation
Scripting API
NodeData
Home
Editor
Scripting
App Runtimes
Game Runtimes
Feature Support
Tutorials
Case Studies
Community
Blog
Early Access
Scripting
Getting Started
Demos
Creating Scripts
Protocols
Data Binding
Script Inputs
Pointer Events
Debugging
AI Coding Agent
Keyboard Shortcuts
Scripting API
Animation
Artboard
BlendMode
Color
CommandType
Context
ContourMeasure
Converter
DataValue
DataValueBoolean
DataValueColor
DataValueNumber
DataValueString
EnumValues
Gradient
GradientStop
Image
ImageFilter
ImageSampler
ImageWrap
Input
Layout
Listener
Mat2D
Node
NodeData
NodeReadData
Output
Paint
PaintDefinition
PaintStyle
Path
PathCommand
PathData
PathEffect
PathMeasure
PointerEvent
Property
PropertyEnum
PropertyList
PropertyTrigger
PropertyViewModel
Renderer
StrokeCap
StrokeJoin
Trigger
Vector
ViewModel
On this page
Fields
children
parent
Methods
decompose
Scripting API
NodeData
Represents a node in the hierarchy, providing transform properties and access to parent and child nodes.
Fields
children
The node’s children.
parent
The parent of the node, or nil if it has none.
Methods
decompose
Represents a node in the hierarchy, providing transform properties and access to parent and child nodes. Updates the node’s position, rotation, and scale from the given world transform.
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Node
NodeReadData
⌘I