Skip to content

Nested Document

Nested Document
Output
Without Filters
Raw Layer Output
Canvas Position
Center Position
Size
Graph
Background
Bilinear Sampling
false
Clip To Bounds
true
Blend Mode
Normal
Opacity
1
Is Visible
true
Mask
Mask Is Visible
true
Filters
null
Use Custom Time
false
Custom Active Frame
0
Custom Normalized Time
0
Document
null

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.


Type: Painter
Default: unset

A painter to be rendered behind the nested document. Use for chaining multiple structure members and painters together.

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.

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.

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.

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.

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.

Type: Boolean
Default: true

Determines whether the mask of the nested document is visible.

Type: Filter
Default: null

Filters to apply to the entire nested document.

Type: Boolean
Default: false

Determines whether to use custom animation time for the nested document.

Type: Integer
Default: 0

What active frame should be passed to the nested document. This allows you to control the animation.

Type: Double
Default: 0

Custom normalized time for the nested document. This allows you to control the animation progress in 0-1 range.

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.


Type: Painter
Default: unset

Painting instruction to render the image layer with all applied options, including filters and background.

Type: Painter
Default: unset

Painting instruction to render the image without any filters applied.

Type: Painter
Default: unset

Painting instruction to render the raw image layer without the background and filters applied.

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.

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.

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.