Skip to content

Sketch Get Texture

Get the sketch canvas texture so other actions can use it.

Parameters

Parameter Description
Sketch Component Sketch Component to get the texture from.
Store Texture Output texture reference.
Store Texture2D Optional output as a Texture2D.

Notes

  • The action forces the sketch canvas to apply its latest pixel changes before returning the texture.
  • Use this when you want to feed the canvas into UI, materials, or other texture-based workflows.