Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 549 Bytes

File metadata and controls

13 lines (8 loc) · 549 Bytes

Animation System

ShaderLab supports animated parameters and video sources:

  • isAnimatable flag: ParameterDefinition marks parameters that auto-advance over time (e.g., Phase, Speed).
  • Play/Pause toolbar toggle: Animation starts paused. Press Play to begin advancing animatable parameters.
  • Phase/Speed auto-advance: Animatable float parameters increment each frame based on Speed.
  • Video sources: Video source nodes participate in the animation timeline.

Back to docs/Repo root