lens-studio-2d-ui

Installation
SKILL.md

Lens Studio 2D UI — Reference Guide

Lens Studio's 2D UI layer uses ScreenTransform components to position elements in screen space. All screen-space elements are children of a Full Frame Region or Safe Render Region at the top of the scene hierarchy.


ScreenTransform — Coordinate System

ScreenTransform uses a normalised coordinate system:

  • Origin (0, 0) = centre of the parent region
  • (1, 1) = top-right corner
  • (-1, -1) = bottom-left corner
const st = this.sceneObject.getComponent('Component.ScreenTransform')

Anchors

Related skills

More from rolandsmeenk/lensstudioagents

Installs
5
GitHub Stars
5
First Seen
Mar 5, 2026