Nested Document
Nested Document
Section titled “Nested Document” Category Structure
Is Pair Node: No
A structure node that allows you to nest another .pixi document within the current document. This is useful for organizing complex documents into smaller, more manageable pieces, and for reusing content across multiple documents.
Inputs
Section titled “Inputs” Background
Section titled “ Background ” Type: Painter
Default: unset
A painter to be rendered behind the nested document. Use for chaining multiple structure members and painters together.
Bilinear Sampling
Section titled “ Bilinear Sampling ” Type: Boolean
Default: false
Should bilinear sampling be used when rendering the nested document. If false, nearest neighbor sampling will be used instead. Bilinear sampling can produce smoother results, but will blurry pixel-art content.
Clip To Bounds
Section titled “ Clip To Bounds ” Type: Boolean
Default: true
Determines whether the nested document should be clipped to its bounds. If true, any content outside the bounds will be hidden.
Blend Mode
Section titled “ Blend Mode ” Type: Blend Mode
Default: Normal
The blend mode to use when rendering the nested document. This determines how the nested document is blended with the background.
Opacity
Section titled “ Opacity ” Type: Float
Default: 1
The opacity of the nested document. A value of 0 means fully transparent, while a value of 1 means fully opaque.
Is Visible
Section titled “ Is Visible ” Type: Boolean
Default: true
Determines whether the nested document is visible. If false, the document will not be rendered.
Type: Painter
Default: unset
Custom Mask to apply to the nested document.
Mask Is Visible
Section titled “ Mask Is Visible ” Type: Boolean
Default: true
Determines whether the mask of the nested document is visible.
Filters
Section titled “ Filters ” Type: Filter
Default: null
Filters to apply to the entire nested document.
Use Custom Time
Section titled “ Use Custom Time ” Type: Boolean
Default: false
Determines whether to use custom animation time for the nested document.
Custom Active Frame
Section titled “ Custom Active Frame ” Type: Integer
Default: 0
What active frame should be passed to the nested document. This allows you to control the animation.
Custom Normalized Time
Section titled “ Custom Normalized Time ” Type: Double
Default: 0
Custom normalized time for the nested document. This allows you to control the animation progress in 0-1 range.
Document
Section titled “ Document ” Type: Document Reference
Default: null
A reference to another .pixi document to be nested within the current document. The content of the referenced document will be rendered as part of the current document.
Outputs
Section titled “Outputs” Output
Section titled “ Output ” Type: Painter
Default: unset
Painting instruction to render the image layer with all applied options, including filters and background.
Without Filters
Section titled “ Without Filters ” Type: Painter
Default: unset
Painting instruction to render the image without any filters applied.
Raw Layer Output
Section titled “ Raw Layer Output ” Type: Painter
Default: unset
Painting instruction to render the raw image layer without the background and filters applied.
Canvas Position
Section titled “ Canvas Position ” Type: VecD
Default: (0, 0)
The position of the image layer on the canvas. This is the top-left corner of the image layer in canvas coordinates.
Center Position
Section titled “ Center Position ” Type: VecD
Default: (0, 0)
The center position of the image layer on the canvas. This is the center point of the image layer in canvas coordinates.
Type: VecD
Default: (0, 0)
The size of the image layer. This is the width and height of the image layer in canvas coordinates.
Graph
Section titled “ Graph ” Type: Node Graph
Default: null
The node graph of the nested document.
All of our content is carefully written by hand, no AI was involved during the process.