Skip to main content
Version: 3.9.0

Peek

peek

Use Peek to observe the data output (supporting Number, Bool, Vec2, Vec3, Vec4, Color, String, Rect). Peek is in the Utility category.

Input

NameData TypeDescription
DataNumberThe data as its output type to be observed.

Output

NameData TypeDescription
DataNumberThe data observed as its output type.

Example

peek example

This example shows how to use the Peek node to observe the screen position data when tap on the screen.