lens-studio-vfx

Installation
SKILL.md

Lens Studio VFX — Reference Guide

Lens Studio's VFX Graph system lets you build GPU-accelerated particle effects visually. Scripts control VFX by writing to the graph's exposed properties, not by calling imperative particle APIs.


Core Concepts

Term Meaning
VFX Asset The .vfx file — the graph definition with exposed properties
VFXComponent The scene component that runs a VFX Asset on a scene object
Properties Named, typed inputs on the asset that scripts can read/write
// Get the VFX component on the scene object
const vfx = this.sceneObject.getComponent('Component.VFXComponent')

// Check the asset is assigned before accessing properties
Related skills

More from rolandsmeenk/lensstudioagents

Installs
5
GitHub Stars
5
First Seen
Mar 5, 2026